Docs

Update SKU Stock Levels

Update SKU stock levels and related properties.

POST

Body

Arguments
number
number
stringrequired

The type of update to perform:

  • increment: Increase inventory quantity for specified location.

  • decrement: Decreate inventory quantity for specified location given a set of filters.

  • adjust: Adjust on hand quantity of inventory for specified location to the quantity indicated. This is done by either adding or removing inventory in the condition specified.

  • modify: Modify attributes on specified inventory. The filters work the same as for decrement transaction type.

string
string
stringrequired
stringrequired
stringrequired
object
string

Enum: "sellable" "damaged" "expired" "qa_hold"

string
date
date
date
string
string
string

Use with the modify transaction type to move inventory to a new location.

object

Used with the modify transaction type to update the cost of existing inventory

string

Use with the modify transaction type to change the condition of existing inventory

Enum "sellable" "damaged" "expired" "qa_hold"

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

Comma-separated response fields to include.

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.