v1
latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KBProducts
Create a product
post/api/v1/products
Request body
Example request
{
"fee_structure": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
},
"product_family_id": "pf_7n42DGM5Tflk9n8mt7Fhc7"
}Response
Product created
Example response
{
"fee_structure": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
},
"id": "prd_7n42DGM5Tflk9n8mt7Fhc7",
"product_family_id": "pf_7n42DGM5Tflk9n8mt7Fhc7"
}