Create a new price

Create a new price for a product. The fields label, active_date and expiry_date must be unique across all prices for a product.

Query Params
string
required

The ID of the product this price belongs to

string
required

The label for this price

string
required

The actual price as a decimal number

string
required

The datetime that this price applies from. ISO 8601 formatted.

string
Defaults to null

The datetime that this price is no longer applicable. If null price will never expire. ISO 8601 formatted.

boolean
Defaults to false

Whether the price is approved

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json