v3
latestSwagger 2.02026-08-067506752.0 MBproduct
Create a new product
post/v1/product
Request body
Example request
{
"name": "Compensation Reviews",
"sku": "compensation-reviews",
"salesforceProductId": "01t4T000000RpgKQAS",
"stripeProductId": "prod_12345ABC"
}Response
product created
Example response
{
"id": "588f7ee98f138b19220041a7",
"name": "Compensation Reviews",
"sku": "compensation-reviews",
"salesforceProductId": "01t4T000000RpgKQAS",
"stripeProductId": "prod_12345ABC"
}