Get a product
get_productRetrieves a single product by ID or slug for product pages. Read-only; does not consume credits.
Instructions
Fetch a single product by id. Read-only; does not consume credits. Use when scaffolding a /products/[slug] page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id (numeric) or slug (string). |