We announce the release of a new API version aimed at providing convenience for our partners using the service.
{ "seller_sku": "string", "active": true }
curl --location --request PUT 'https://s.boxme.asia/api/v2.1/sellers/products/selling/' \ --header 'Authorization: Token {{API_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "seller_sku": "string", "active": true }'
{ "data": { "active": true }, "error": false, "error_code": "", "messages": "", "request_id": "6596679d6c4c2da4607cac1b" }