GET v3/inventories/{sku}

walmart.com:inventory

Summary: Single Item Inventory by Ship Node
Operation ID: getMultiNodeInventoryForSkuAndAllShipnodes
Auth: unknown
Description

This API will retrieve the inventory count for an item across all ship nodes or one specific ship node. You can specify the ship node for which you want to fetch the inventory

Parameters (6)

WM_CONSUMER.CHANNEL.TYPE (string, header, optional)

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

WM_QOS.CORRELATION_ID (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

WM_SEC.ACCESS_TOKEN (string, header, required)

The access token retrieved in the Token API call

WM_SVC.NAME (string, header, required)

Walmart Service Name

shipNode (string, query, optional)

ShipNode Id of the ship node for which the inventory is requested

sku (string, path, 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.

No probe data for this endpoint yet.