Name | Type | Description | Notes |
---|---|---|---|
errors | \Ebay\Sell\Inventory\Model\Error[] | This container will be returned if there were one or more errors associated with retrieving the inventory item record. | [optional] |
inventory_item | \Ebay\Sell\Inventory\Model\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] |
status_code | 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 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 retrieving the inventory item record. | [optional] |