v1

latestOpenAPI 3.0.12026-07-1472550.3 KB
Inventory

Multiple Item Inventory for All Ship Nodes

This API will retrieve the inventory count for all of a seller's items across all ship nodes by item to ship node mapping. Inventory can be zero or non-zero. Please note that NextCursor value changes and it needs to be passed on from the previous call to next call.

get/v3/inventories

Query parameters

limitstring

The number of items returned. Cannot be more than 50.

nextCursorstring

String returned from initial API call to indicate pagination. Specify nextCursor value to retrieve the next 50 items.

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

Response

Successful Operation