Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Path Parameters

string <uuid>
required
Unique product ID.
string
required
The status action to apply to the product. One of:
  • open
  • close
  • active
  • closed
  • unlisted
An unsupported value returns 400 with a message of the form <action>. allowed: active, closed, unlisted.

Response

Successful Response
integer
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" }.