GET Inventory
This request is used to view the inventory of a specific item at a ship node. The supplier must indicate the ship node, the primary identifier, and what identifier type it is. The supplier can either use the global trade item number (GTIN) or the stock keeping unit (SKU) as the primary identifier. It will return both the global trade item number (GTIN) or the stock keeping unit (SKU), as well as the on-hand inventory level at that specific ship node.
GET Inventory Search Query Examples
Searching inventory by using global trade item number (GTIN):
GET v3/inventory?shipNode=721407>in=05521698385361
Searching inventory by using stock keeping unit (SKU):
GET v3/inventory?shipNode=721407&sku=WkCevhbEi3fSx4y
Updated 4 months ago