Swagger 2.02026-08-127506752.0 MB
2de21f45f447
product
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"
}