GET /v3/fulfillment/inventory
Operation ID: getWFSInventory
Auth: unknown
Description
You can use this API to get the current Available to Sell inventory quantities for all WFS items in your catalog. You can also query specific SKUs or filter to only items updated after a specific date in order to reduce the response size.
Parameters (9)
(string, header, optional)
A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding
(string, header, required)
A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID
(string, header, required)
The access token retrieved in the Token API call
(string, header, required)
Walmart Service Name
(string, query, optional)
last inventory modified date - starting range.
(string, query, optional, default: 10)
Number of Sku to be returned. Cannot be larger than 300.
(string, query, optional, default: 0)
Offset is the number of records you wish to skip before selecting records.
(string, query, optional)
An arbitrary alphanumeric unique ID, specified by the seller, which identifies each item. This will be used by the seller in the XSD file to refer to each item. Special characters in the sku needing encoding are: ':', '/', '?', '#', '[', ']', '@', '!', '$', '&', "'", '(', ')', '*', '+', ',', ';', '=', ‘ ’ as well as '%' itself if it's a part of sku. Make sure to encode space with %20. Other characters don't need to be encoded.
(string, query, optional)
last inventory modified date - starting range.
No probe data for this endpoint yet.