Store Inbound Details

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:

NameDescriptionRequiredData Type
wm_context_identifierA Walmart Supplier's unique identifier.Mandatory for Preferred Service Providers (PSPs) only.String

Request Details

ParameterDescriptionData Type
storeNbrThe valid store number associated with the requested details.Integer
gtinThe 14-digit Global Trade Item Number that uniquely identifies the items.String

Response Details

ParameterDescriptionData Type
storeNbrThe store number(s) associated with the requested details.Integer
gtinThe 14-digit Global Trade Item Number that uniquely identifies the items.String
storeInboundInventoryByEadContains inventory in transit, by estimated arrival Date.Array
quantityThe number of items that are inbound for each state.Double
locationAreaDestination where item is bound for. For example: STORE, MFC (Market Fulfillment Center).String
eadThe Estimated Arrival Date of the inventory.Date
inventoryByStateThe array containing the quantity of items grouped by the state i.e. INTRANSIT, PICKED, REQUESTED, ALLOCATED.Array
stateThe state of items in transit. For example: INTRANSIT, PICKED, REQUESTED, ALLOCATED.String


©️Walmart | All Rights Reserved