Docs

Update Inventory

Replace the stock level for one SKU.

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

A unique alphanumeric ID you assign to each item. Use the same value in every request that references the item, including your XSD catalog file.

stringrequired
string

A unit of measure. Walmart Marketplace supports only EACH which indicates one individual sellable item.

number

The number of units pending shipment.

object

The quantity that customers have ordered but you haven't shipped yet.

string

The date when this inventory becomes available at the ship node. Use ISO 8601 format (YYYY-MM-DD). If you omit this field, Walmart treats the inventory as available today.

string

The unique ID of the ship node (fulfillment center) where you want to update inventory. If you omit this parameter, Walmart updates inventory at your default ship node.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.