Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
Unique product ID.
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 ResponseStatus code form API.
Status message that describes the status code (
success or failed).Errors
Returned when the action is not supported:
{ "statusCode": 400, "messages": "<action>. allowed: active, closed, unlisted" }.Returned when the product does not exist:
{ "statusCode": 404, "messages": "Product not found" }.