Skip to main content
PUT
Inventory - Decrease On Hand

Authorizations

Authorization
string
header
required

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

Body

application/json
location_id
string
required

Location ID

item_id
string
required

Item ID

amount
number
required

Amount to decrease by

notes
string

Notes for the change

Response

On-hand decreased

success
boolean
required

Whether the operation succeeded