Prices

A Price defines the cost of a Product in a specific currency.

Create a Price

POST /v1/prices
ParamTypeRequired
productIdstringYes
currencystringYes
unitAmountintegerYes
activebooleanNo (default: true)

Retrieve / List

GET /v1/prices/:id
GET /v1/prices?productId=prod_xxx