Get inventory item
Retrieve details of a specific inventory item.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
1001
The unique inventory item identifier. This ID is automatically generated when new inventory is created.
6006
Response
Timestamp when the inventory was last updated by the retailer
"2024-04-15T12:00:00Z"
Timestamp when inventory was last submitted to the platform
"2024-04-15T12:05:00Z"
Timestamp when the brand last updated the inventory
"2024-04-14T08:30:00Z"
Timestamp when the sellable status was last updated
"2024-04-10T09:15:00Z"
Estimated date when the product will be back in stock or available
1
"2024-05-01"
The connection through which the inventory is managed
"conn-12345"
The variant (SKU) of the product
"SKU-001-BLUE"
Determines how inventory is managed for this variant
unmanaged
, managed
"managed"
Current available inventory quantity
"150"
Indicates if the product variant is discontinued
false
Timestamp when the discontinued status was last updated
"2024-03-01T10:00:00Z"
Indicates if the product is regularly replenished
true
Indicates if the product is currently sellable
"yes"
List of locations where inventory is held, separated by commas.
"Warehouse A, Warehouse B"