Skip to main content
PUT
Inventory - Upsert

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
location_name
string
required

Location name to upsert inventory at

item_id
string
required

Item ID

on_hand
number
required

On-hand quantity to set

alert
number

Low-stock alert threshold

notes
string

Notes for the inventory change

Response

Inventory upserted

success
boolean
required

Whether the operation succeeded