Add-ons
List Add-ons
Retrieve all add-on configurations attached to a product.
GET
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The parent product ID.
Example:
"prod_parent_123"
Response
200 - application/json
List of product add-on configurations.
The product ID of the addon product.
Example:
"prod_addon_123"
Minimum quantity allowed.
Example:
1
Maximum quantity allowed (null if unlimited).
Example:
10
Price override (null if using base product price).
Example:
15
Flag indicating if this is a seat/license addon.
Example:
true
TypeScript SDK