Update SKU stock level

Adjust the stock level for a specific SKU at a location. Only lowest-level components can be directly updated. Stock level can be optionally transferred from another SKU at a different location if adjustment_reason is TRANSFER and valid source information is included in the request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
  • The unique identifier of the location
string
required
  • The unique SKU for the inventory item to update
Body Params
number

The new stock level for the SKU. Required when adjustment_reason is RECOUNT.

number

Amount to add to (or subtract from, if negative) the stock level. Required when adjustment_reason is not RECOUNT.

string
enum
required

The reason for the stock level adjustment.

Allowed:
source
object

Required when adjustment_reason is TRANSFER. Contains source location and SKU information for the transfer.

Responses

400

Invalid request.

404

SKU or location not found.

405

Location does not support this operation.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json