{ "opencollection": "1.0.0", "info": { "name": "Walmart Cost Management Assortment Recommendations Lag Time API", "version": "1.0" }, "items": [ { "info": { "name": "Lag Time", "type": "folder" }, "items": [ { "info": { "name": "Walmart Update Lag Time for Items in Bulk", "type": "http" }, "http": { "method": "POST", "url": "https://api-gateway.walmart.com/v3/feeds", "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…" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "feedType", "value": "lagtime", "type": "query", "description": "Specifies the type of the feed content.\n\nUse `lagtime` for this request.\n\nExample(s):
\nlagtime\n" }, { "name": "shipNode", "value": "123456701", "type": "query", "description": "Specifies the distribution facility distributor identifier.\n\nThis parameter is used in v1.0 and not used in v2.x.\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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

POST /v3/feeds

\n\nThis request updates the lag time for items in bulk. Lag time is the number of days between when an item is ordered and when it is shipped. \nThis feature is only available for select drop ship vendor (DSV) suppliers. \nFor more on how to request permission, see the guide overview.\n\nTwo versions of this feed type exist:\n\n* v2.x: Uses global trade item number (GTIN) as the primary item identifier (JSON only). Suppliers" }, { "info": { "name": "Walmart Retrieve Lag Time for a Single Item Based on Product Id", "type": "http" }, "http": { "method": "GET", "url": "https://api-gateway.walmart.com/v3/lagtime", "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": "6194456252572", "type": "query", "description": "Specifies the stock keeping unit (SKU) item identifier.\n\nThis identifier is specified by the drop ship vendor (DSV) and used by the vendor in the specification file to refer to each item.\n\nThe following special characters in the stock keeping unit (SKU) require encoding: ':', '/', '?', '#', '[', ']', '@', '!', '$', '&', \"'\", '(', ')', '*', '+', ',', ';', '=', ',', '{', and '}'. '%' requires encoding if it is part of the stock keeping unit (SKU). Encode spaces with %20. Other characters do not require encoding.\n\nExample(s):
\n06194456252572\n" }, { "name": "gtin", "value": "6194456252572", "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
\n06194456252572\n" }, { "name": "shipNode", "value": "538678001", "type": "query", "description": "Specifies the distribution facility distributor identifier.\n\nThis parameter identifies each facility from which the inventory is requested. The identifier is autogenerated during drop ship vendor (DSV) account creation. Every time users add or update a facility in Supplier Center, a new identifier is generated. Ensure this value is up to date.\n\nExample(s):
\n123456701
\n538678001\n" } ] }, "docs": "

GET /v3/lagtime

\n\nThis request retrieves the lag time for an item with a given product identifier—such as a stock keeping unit (SKU) or global trade item number (GTIN)—and ship node. \nLag time is the number of days between when an item is ordered and when it is shipped.\n\nDrop ship vendor (DSV) suppliers are expected to ship items the day they receive the purchase order (PO). \nIn certain exceptions, those suppliers can have items wit" } ] } ], "bundled": true }