Create a Product

Creates a new product in the product catalog.

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

Schema for creating a new product.

string

The display name of the product.

string
enum

The type of product.

Allowed:
number

The original price of the product before any sales.

number

The sale price of the product.

string
enum
Defaults to active

The initial status of the product.

Allowed:
boolean

Indicates if the product is a subscription.

subscriptionPhases
array of objects

The phases of the subscription, if applicable.

subscriptionPhases
string

The currency for the product's price.

string

The Stock Keeping Unit for the product.

Headers
string
required

Your unique Organization ID.

Response
201

The product was created successfully.

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