search_products_by_id
Find specific Kroger grocery products using their unique product ID, optionally filtered by store location for accurate availability.
Instructions
Search for products by their specific product ID.
Args:
product_id: The product ID to search for
location_id: Store location ID (uses preferred location if not provided)
Returns:
Dictionary containing matching products
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | ||
| location_id | No |