Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.38 KB

InventoryItemResponse.md

File metadata and controls

13 lines (10 loc) · 1.38 KB

# InventoryItemResponse

Properties

Name Type Description Notes
errors \eBay\Sell\Inventory\Model\Error[] This container will be returned if there were one or more errors associated with the creation or update to the inventory item record. [optional]
locale string This field is for future use only. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:LocaleEnum&#39;&gt;eBay API documentation</a> [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]
status_code int The HTTP status code returned in this field indicates the success or failure of creating or updating the inventory item record for the inventory item indicated in the sku field. See the HTTP status codes table to see which each status code indicates. [optional]
warnings \eBay\Sell\Inventory\Model\Error[] This container will be returned if there were one or more warnings associated with the creation or update to the inventory item record. [optional]

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