Prices
A Price defines the cost of a Product in a specific currency.
Create a Price
POST /v1/prices| Param | Type | Required |
|---|---|---|
productId | string | Yes |
currency | string | Yes |
unitAmount | integer | Yes |
active | boolean | No (default: true) |
Retrieve / List
GET /v1/prices/:id
GET /v1/prices?productId=prod_xxx