Skip to main content
PATCH
Update a product

Authorizations

Authorization
string
header
required

API key starting with sk_live_ or sk_test_

Path Parameters

id
string
required

Body

application/json
name
string
description
string
price
integer
active
boolean
metadata
object | null

Arbitrary key-value metadata (max 50 keys)

Response

200 - application/json

Product updated

id
string
Example:

"pr_abc123"

name
string
Example:

"Premium Plan"

description
string | null
price
string
Example:

"50000"

currency
enum<string>

ISO currency code

Available options:
CVE,
AOA
active
boolean
metadata
object | null

Arbitrary key-value metadata (max 50 keys)

createdAt
string<date-time>
updatedAt
string<date-time>