product
as a path parameter.products.read_write
- Products Read & WriteAuthorization: Bearer ********************
{
"status": "sale"
}
curl --location --request POST 'https://api.salla.dev/admin/v2/products//status' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "sale"
}'
{
"status": 201,
"success": true,
"data": {
"message": "The entity has been updated successfully",
"code": 201
}
}