v1

latestOpenAPI 3.0.12026-07-1472550.3 KB
Inventory

Bulk Item Inventory Update

Updates inventory for items in bulk. Seller Can either use feed type "inventory" or "MP_INVENTORY"

  • Inventory spec 1.4 feed type: inventory
  • Inventory spec 1.5 feed type: MP_INVENTORY

Please Note: Multi Node Inventory Update Feed (feedType=MP_INVENTORY) only supports JSON Request and Responses. Refer to "MultiNode_Bulk_Inventory_Update_Request.json" for the corresponding request sample

Refer to the <a href="https://developer.walmart.com/doc/us/us-mp/us-mp-inventory/">guide section</a> for more detailed guide around each of the feed types

Refer to the throttling limits before uploading the Feed Files.

post/v3/feeds

Query parameters

feedType'inventory' | 'MP_INVENTORY' required

The feed Type

shipNodestring

The shipNode for which the inventory is to be updated. Not required in case of Multi Node Inventory Update Feed (feedType=MP_INVENTORY)

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

additionalAttributesobject nullable
errorsobject nullable
feedIdstring

A unique ID, returned from the Bulk Upload API, used for tracking the feed file

All 7 operations