List Inventory

List the current inventory levels for a particular SKU item.

Path parameters

collection_idstringRequiredformat: "uuid"
Unique identifier for a Collection
item_idstringRequiredformat: "uuid"
Unique identifier for and Item

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Accept-VersionstringOptional
The API version

Response

Request was successful
_idstring or nullformat: "uuid"
Unique identifier for a SKU item
quantitydouble or null

Total quantity of items remaining in inventory (if finite)

inventoryTypeenum or null
infinite or finite
Allowed values:

Errors