product_get
Retrieve detailed product information including ingredients, allergens, nutritional data, dietary attributes, and store aisle. Ideal for checking dietary restrictions or allergens.
Instructions
Get comprehensive details for a single product.
Returns detailed product information including:
Full description
Complete ingredients text
Safety/allergen warnings
Nutritional information (full FDA panel for packaged food)
Storage and preparation instructions
Dietary attributes (Gluten-Free, Organic, Vegan, etc.)
Store location (aisle or section)
Use this when you need more information than product_search provides, such as checking ingredients for dietary restrictions or allergens.
Args: product_id: The product ID from product_search results store_id: Optional store ID for store-specific pricing
Returns: Comprehensive product details or error response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | No | Store ID for pricing/availability. Uses default if not provided. | |
| product_id | Yes | Product ID from product_search results (e.g., '127074') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||