v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBCatalog
Create a product
Creates a reusable catalog product, optionally with an initial price.
post/api/products
Request body
Example request
{
"name": "Pro plan",
"price": {
"unitAmount": 2999,
"currency": "EUR"
}
}Response
object required