Skip to main content

This type is used by the response of the bulkGetInventoryItem method to give the status of each inventory item record that the user tried to retrieve.

Type that uses GetInventoryItemResponse

BulkGetInventoryItemResponse

Call that uses GetInventoryItemResponse

Fields

Field
Type
Description
errors
array of ErrorDetailV3
This container will be returned if there were one or more errors associated with retrieving the inventory item record.
inventoryItem
This container consists of detailed information on the inventory item specified in the sku field.
sku
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.
statusCode
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.
warnings
array of ErrorDetailV3
This container will be returned if there were one or more warnings associated with retrieving the inventory item record.