Get a upsell
get_upsellFetch complete details of a specific upsell by its ID, including the offer and price. Use when you need to inspect a single upsell after getting its ID from list_upsells.
Instructions
Get the full details of one upsell by id, including what it offers and at what price. Use list_upsells first if you do not have the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which configured ThriveCart account to use, by name (for example 'navid-media'). Defaults to the first configured account. Call list_accounts to see them. Figures from one cart never include another. | |
| upsell_id | Yes | upsell id, from list_upsells. |