{
"opencollection": "1.0.0",
"info": {
"name": "Walmart Cost Management Assortment Recommendations Inventory API",
"version": "1.0"
},
"items": [
{
"info": {
"name": "Inventory",
"type": "folder"
},
"items": [
{
"info": {
"name": "Walmart Retrieve Inventory Count for a Single Item at One Ship Node",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api-gateway.walmart.com/v3/inventory",
"headers": [
{
"name": "Accept",
"value": "application/xml"
},
{
"name": "WM_CONSUMER.CHANNEL.TYPE",
"value": "0f3e4dd4-0514-4346-b39d-…"
},
{
"name": "WM_QOS.CORRELATION_ID",
"value": "6474-a253"
},
{
"name": "WM_SEC.ACCESS_TOKEN",
"value": "eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM…"
}
],
"params": [
{
"name": "sku",
"value": "RG-IRAE-79VD",
"type": "query",
"description": "Specifies the stock keeping unit (SKU) item identifier.\n\nThis value is an identifier that is specified by the drop ship vendor (DSV).\nIt is used by the vendor in the specification file to refer to each item.\n\nExample(s):
\nRG-IRAE-79VD\n"
},
{
"name": "gtin",
"value": "97531246801",
"type": "query",
"description": "Specifies the global trade item number (GTIN) item identifier.\n\nThe global trade item number is a 14-digit number, including the check digit, that is used worldwide and identifies the Each. If the user's number is less than 14 digits, add zeros at the beginning.\n\nEither the `sku` or `gtin` parameter will be required. The user can only submit one.\n\nExample(s):
\n00097531246801\n"
},
{
"name": "shipNode",
"value": "123456701",
"type": "query",
"description": "Specifies the distribution facility distributor identifier.\n\nThis parameter identifies each facility from which the inventory is requested. \nThe identifier is autogenerated during drop ship vendor (DSV) account creation. \nEvery time users add or update a facility in Supplier Center, a new identifier is generated. \nEnsure this value is up to date.\n\nExample(s):
\n123456701\n"
}
]
},
"docs": "
GET
PUT
POST
POST