get_product
Fetches a single product by ID, returning its variants, options, prices, images, and tags. Ideal for retrieving complete product information.
Instructions
Get a single product by id, including variants, options, prices, images and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id (prod_...). | |
| fields | No | Comma-separated field selection, e.g. 'id,title,status,*variants'. Use to keep responses small. |