Create Add-on
Attach a new add-on configuration to a product.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The parent product ID.
"prod_parent_123"
Body
The product ID of the addon product.
"prod_addon_123"
Minimum quantity of the addon allowed to be purchased.
0
Flag indicating if this addon represents a seat/license limit increment.
true
Maximum quantity of the addon allowed to be purchased (optional).
10
Price override for the addon product when purchased with this parent (optional).
15
Response
Add-on attached successfully.
The product ID of the addon product.
"prod_addon_123"
Minimum quantity allowed.
1
Maximum quantity allowed (null if unlimited).
10
Price override (null if using base product price).
15
Flag indicating if this is a seat/license addon.
true