Update item inventory per ship node (Beta)

To update an item’s inventory for one or more more fulfillment centers, (i.e. ship nodes), use the Update Item Inventory per Ship Node API.

For each ship node, specify values for input quantity (unit and amount of items).

  • Pass the item SKU as a path parameter, for example: /v3/inventories/{sku}
  • In the request body, specify the inventory data for each ship node. Specify the inputQty amount.

For an example request payload, see Request Samples in the Update Item Inventory per Ship Node API Reference.

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