Get a product
get_productRetrieve full product details by product ID from a ThriveCart account. Use list_products first if you don't have the ID.
Instructions
Get the full details of one product by id. Use list_products 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. | |
| product_id | Yes | Product id, from list_products. |