Swag Catalog
Update Product
Update a product status and add notes
PUT
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
product
/
{productId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
collectionId
string
requiredproductId
string
requiredQuery Parameters
companyId
string
Body
application/json
status
enum<string>
Available options:
Active
, Draft
notes
string
Response
200 - application/json
success
boolean
required