Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.33 KB

GetInventoryItemResponse.md

File metadata and controls

13 lines (10 loc) · 3.33 KB

GetInventoryItemResponse

Properties

Name Type Description Notes
errors \SapientPro\EbayInventorySDK\Models\Error[] This container will be returned if there were one or more errors associated with retrieving the inventory item record. [optional]
inventoryItem \SapientPro\EbayInventorySDK\Models\InventoryItemWithSkuLocaleGroupKeys [optional]
sku string The seller-defined Stock-Keeping Unit (SKU) of the inventory item. The seller should have a unique SKU value for every product that they sell. [optional]
statusCode int The HTTP status code returned in this field indicates the success or failure of retrieving the inventory item record for the inventory item specified in the <strong>sku</strong> field. See the <strong>HTTP status codes</strong> table to see which each status code indicates. [optional]
warnings \SapientPro\EbayInventorySDK\Models\Error[] This container will be returned if there were one or more warnings associated with retrieving the inventory item record. [optional]

[Back to Model list] [Back to API list] [Back to README]