v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
Catalog

Create a product

Creates a reusable catalog product, optionally with an initial price.

post/api/products

Request body

namestring required

The product name

descriptionstring

Optional product description

Example request

{
  "name": "Pro plan",
  "price": {
    "unitAmount": 2999,
    "currency": "EUR"
  }
}

Response

object required