Get and Update Item Inventory per Ship Node

To find out the current inventory for a seller’s item at one or more fulfillment centers, (i.e. ship nodes), use the MultiWareHouse GET Inventory.

Option 1: Retrieve an item’s inventory at one ship node

The response returns a collection, nodes, that provides individual information about each item quantity for each ship node. For an example response, see Response Samples in MultiWareHouse GET Inventory API Reference.

The API call returns the ship node ID and inventory quantity in unit and amount for inventory parameters : inputQty, availToSellQty and reservedQty, whereinputQtyrepresents total item inventory including items that are sold but not yet shipped.

The availToSellQty represents the inventory available for purchase only. Any items that are sold but not yet shipped will not show up in this count.

The reservedQty represents the count of items that are sold but not yet shipped.

For an example request payload, see Request Samples in the Update MultiWareHouse inventory API Reference.

Upon success, the API response returns the SKU, and for each ship node, status: “success.”