The Store Inbound Inventory API endpoint provides information about inventory that is in transit from a Walmart Distribution Center (DC) to a Walmart Store. It shows when an item is requested, allocated, picked, or in-transit, by store number, gtin, and estimated Date of arrival.
Endpoints
GET
/store/{storeNbr}/gtin/{gtin}/storeInbound
Note: In this endpoint, {storeNbr} and {gtin} are the request parameters.
Optional Headers
The following optional header keys are available:
Name | Description | Required | Data Type |
---|---|---|---|
wm_context_identifier | A Walmart Supplier's unique identifier. | Mandatory for Preferred Service Providers (PSPs) only. | String |
Request Details
Parameter | Description | Data Type |
---|---|---|
storeNbr | The valid store number associated with the requested details. | Integer |
gtin | The 14-digit Global Trade Item Number that uniquely identifies the items. | String |
Response Details
Parameter | Description | Data Type |
---|---|---|
storeNbr | The store number(s) associated with the requested details. | Integer |
gtin | The 14-digit Global Trade Item Number that uniquely identifies the items. | String |
storeInboundInventoryByEad | Contains inventory in transit, by estimated arrival Date. | Array |
quantity | The number of items that are inbound for each state. | Double |
locationArea | Destination where item is bound for. For example: STORE, MFC (Market Fulfillment Center). | String |
ead | The Estimated Arrival Date of the inventory. | Date |
inventoryByState | The array containing the quantity of items grouped by the state i.e. INTRANSIT, PICKED, REQUESTED, ALLOCATED. | Array |
state | The state of items in transit. For example: INTRANSIT, PICKED, REQUESTED, ALLOCATED. | String |
©️Walmart | All Rights Reserved