Change Product Status

POST {{baseUrl}}/products/:product/status

This endpoint allows you to update specific product status by providing the ID of the product you want to update its status in the product path parameter.

Scope: products.read_write- Products Read & Write

Request Body

{"status"=>"sale"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}