Kroger Product Details
kroger_product_detailsGet full detail for one grocery product by its product_id — price, promo price, stock level, size, categories, aisle location, images. Pass zip_code or location_id for store-specific price/stock. Example: kroger_product_details({ product_id: "0001111041700", zip_code: "45202" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | No | Optional: your own Kroger API credentials as "client_id:client_secret" | |
| zip_code | No | US ZIP code — nearest store auto-selected for price/stock | |
| product_id | Yes | 13-digit Kroger product ID from kroger_product_search | |
| location_id | No | Exact store location_id (overrides zip_code) |