Update a Product

Updates the properties of an existing product.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the product to update.

Body Params

Schema for updating an existing product.

string

The updated display name of the product.

string
enum

The type of product.

Allowed:
number

The updated original price of the product before any sales.

number

The updated sale price of the product.

string
enum

The updated status of the product.

Allowed:
boolean

Indicates if the product is a subscription.

subscriptionPhases
array of objects

The updated phases of the subscription.

subscriptionPhases
Headers
string
required

Your unique Organization ID.

Response
200

The product was updated successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!