Skip to main content

This type is used by the response of the bulkCreateOrReplaceInventoryItem method to indicate the success or failure of creating and/or updating each inventory item record. The sku value in this type identifies each inventory item record.

Type that uses InventoryItemResponse

BulkInventoryItemResponse

Call that uses InventoryItemResponse

Fields

Field
Type
Description
errors
array of ErrorDetailV3
This container will be returned if there were one or more errors associated with the creation or update to the inventory item record.
locale
This field returns the natural language that was provided in the field values of the request payload (i.e., en_AU, en_GB or de_DE).
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 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.
warnings
array of ErrorDetailV3
This container will be returned if there were one or more warnings associated with the creation or update to the inventory item record.