v1

latestOpenAPI 3.0.12026-07-1472550.3 KB
Inventory

Update inventory

Updates the inventory for a given item.

put/v3/inventory

Query parameters

skustring required

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.

shipNodestring

The shipNode for which the inventory is to be updated.

Headers

WM_SEC.ACCESS_TOKENstring required

The access token retrieved in the Token API call

WM_CONSUMER.CHANNEL.TYPEstring

A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding

WM_QOS.CORRELATION_IDstring required

A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID

WM_SVC.NAMEstring required

Walmart Service Name

Request body

skustring required

A seller-provided Product ID. Response will have decoded value.

Response

Successful Operation

skustring required

A seller-provided Product ID. Response will have decoded value.