Add-ons
Retrieve Add-on
Retrieve a specific add-on configuration of 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"
The add-on product ID.
Example:
"prod_addon_123"
Response
200 - application/json
Successfully retrieved add-on configuration.
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