Update a product
Updates an existing product’s properties such as display name, description, and metadata.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Path Parameters
The unique identifier of the entity
1 - 255Body
Partially update an existing product. Only provided fields are updated.
Display name of the product
255Description of the product
255Indicates if multiple subscriptions to this product are allowed
Additional metadata for the product
Rule defining when usage resets upon subscription update.
Response
The updated product object.
Response object
Product configuration object
