Skip to main content
PATCH
Add or edit one product

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Path Parameters

id
string
required

Numeric product id, or a URL-encoded http(s) product url.

Query Parameters

account_id
string

Account to act on, from GET /v1/accounts. Defaults to your main account. An id outside your accounts returns 404 account_not_found.

Body

application/json
name
string | null
Maximum string length: 200
description
string | null
Maximum string length: 1000
positioning
string | null
Maximum string length: 2000
features
string | null
Maximum string length: 2000
updates
string | null
Maximum string length: 2000
account_id
string

Response

The saved product.

data
object