Get a product
get_productRetrieve complete details for a single product by providing its ID. Use when you need full product information after listing products to find 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. |