32 public function testGet()
35 $order = $this->objectManager->create(\
Magento\Sales\Model\Order::class);
36 $order->loadByIncrementId(self::ORDER_INCREMENT_ID);
42 'resourcePath' => self::RESOURCE_PATH .
'/' .
$orderItem->getId(),
48 'operation' => self::SERVICE_NAME .
'get',
59 if ($fieldName ==
'sku') {
62 $this->assertNotNull(
$value);
_webApiCall( $serviceInfo, $arguments=[], $webApiAdapterCode=null, $storeCode=null, $integration=null)
assertOrderItem(\Magento\Sales\Model\Order\Item $orderItem, array $response)
static getObjectManager()