cURL
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 }
Update a product status and add notes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Active
Draft
Default Response