Skip to main content
PATCH
Update a product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product_id
string<MeteroidId>
required

Product ID

Example:

"prd_7n42DGM5Tflk9n8mt7Fhc7"

Body

application/json
description
string | null
fee_structure
object
name
string | null

Response

Product updated

catalog
boolean
required
created_at
string<date-time>
required
fee_structure
object
required
fee_type
enum<string>
required
Available options:
RATE,
SLOT,
CAPACITY,
USAGE,
EXTRA_RECURRING,
ONE_TIME
id
string<MeteroidId>
required
Example:

"prd_7n42DGM5Tflk9n8mt7Fhc7"

name
string
required
product_family_id
string<MeteroidId>
required
Example:

"pf_7n42DGM5Tflk9n8mt7Fhc7"

archived_at
string<date-time> | null
description
string | null