Inventory API Overview
Inventory Management
Walmart's Inventory Management API provides drop ship vending (DSV) suppliers with mechanisms to update and view current item inventory levels at each ship node, also known as fulfillment centers. Suppliers assign each item they fulfill drop ship vending (DSV) through one or more ship nodes. Suppliers must accurately maintain the item's inventory level at each ship node to ensure availability for customer orders.
There are several requests to manage inventory:
Request | Description | Type |
---|---|---|
PUT Update Inventory | Update the inventory level of a single item from a single ship node. | Synchronous |
POST Bulk Inventory Update | Update one or more items across one or more ship nodes. | Asynchronous |
GET Inventory | Retrieve the inventory level for a single item from a single ship node. | Synchronous |
GET Single Item Inventory Across Ship Nodes | Retrieve the inventory level for a single item from one or more ship nodes. | Asynchronous |
Updated about 1 month ago