Update Add-on
Update an existing add-on configuration for 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"
The add-on product ID.
"prod_addon_123"
Body
Minimum quantity of the addon allowed to be purchased.
1
Maximum quantity of the addon allowed to be purchased (optional).
10
Price override for the addon product when purchased with this parent (optional).
15
Flag indicating if this addon represents a seat/license limit increment.
true
Response
Add-on configuration updated 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