Catalog
Update product inventory
POST
/
catalog
/
products
/
{id}
/
inventory
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredproduct id
Body
application/json · object[]
variant_id
string
update_other_variants
boolean
if true, same inventry details will be updated to other variants which are not mentioned in request body.
track_quantity
boolean
requiredallow_backorder
boolean
requiredstock
object[]
Response
200 - application/json
message
string
success
boolean
content
object