Skip to main content
POST
Adjust inventory quantity for a product at a specific slot

Path Parameters

id
string
required

Product UUID or taxonomy ID

Body

application/json
inventory_group_id
string<uuid>
required
quantity
integer
required
Required range: x >= 0

Response

Inventory adjusted

success
boolean
required
action
enum<string>
required
Available options:
created,
adjusted
inventory_item_id
string
required
previous_quantity
number
required
new_quantity
number
required