Skip to main content
POST
Bulk update products

Authorizations

Authorization
string
header
required

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

Body

application/json
product_id
string[]
required
category_id
string[] | null

if null value is passed, then categories will be removed from the specified products.

status
enum<string>
Available options:
active,
inactive
stock_available
boolean

Response

200 - application/json

Success response

message
string
success
boolean