Skip to main content
PATCH
/
api
/
v1
/
{team_slug}
/
{app_slug}
/
channels
/
{channel_id}
/
products
/
{product_id}
/
status
Error
A valid request URL is required to generate request examples
{
  "data": {
    "channel_id": "<string>",
    "created_at": "<string>",
    "product_id": "<string>",
    "status": "<string>",
    "status_updated_at": "<string>"
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

channel_id
string
required

Channel ID

product_id
string
required

Product ID

Body

application/json

Channel status payload

status
enum<string>
required
Available options:
active,
inactive,
incomplete

Response

Updated product channel status

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean