Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
string <uuid>
required
Unique product ID.
string
required
The status action to apply to the product. One of:
opencloseactiveclosedunlisted
400 with a message of the form
<action>. allowed: active, closed, unlisted.Response
Successful Responseinteger
Status code form API.
string
Status message that describes the status code (
success or failed).Errors
object
Returned when the action is not supported:
{ "statusCode": 400, "messages": "<action>. allowed: active, closed, unlisted" }.object
Returned when the product does not exist:
{ "statusCode": 404, "messages": "Product not found" }.