Update a product status and add notes
curl --request PUT \ --url https://staging-api.covver.io/api/ext/v1/collection/{collectionId}/product/{productId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status": "Active", "notes": "<string>" }'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object
The response is of type null.
null