Name | Type | Description | Notes |
---|---|---|---|
errors | \SapientPro\EbayInventorySDK\Models\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 | \SapientPro\EbayInventorySDK\Enums\LocaleEnum | 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'>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] |
statusCode | 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 <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 the creation or update to the inventory item record. | [optional] |