Skip to main content

This complex type is used to identify an item that is managed by the Inventory API. The type defines the fields contained in an inventory reference ID.

Types that use InventoryReference

CreateReportTaskReportTask

Calls that use InventoryReference

Fields

Field
Type
Description
inventoryReferenceId
The seller's inventory reference ID for an item that is managed with the Inventory API.

An inventory reference is either the ID of a single listing or the ID of the parent of an item group listing (a multi-variation listing, such as a shirt that is available in multiple sizes and colors).

Required if if you supply an inventoryReferenceType.
inventoryReferenceType
Indicates the type of item indicated by the inventoryReferenceId.

This value can be set to either INVENTORY_ITEM or INVENTORY_ITEM_GROUP (if the ID points to a multi-variation listing).

Required if if you supply an inventoryReferenceId.