Skip to main content
POST

Path Params

string
required
The name of the product. Must be unique.

Body Params

string
The name of the product. Must be unique.
float
The base price of the product in USD.
string
A string value denoting how often to bill for a subscription. Possible values: day, week, month, year, one_time.
integer
An integer denoting how many intervals to bill for the. A monthly product would have month as interval and 1 as interval counts, etc. One time products should have an interval count of 1.
[object]
A list of one ore more of the below country price object. Country prices provided during an update call with overwrite any existing ones.
[object]
A list of one or more of the below integration price objects. Integration objects provided during an update call with overwrite any existing ones.