search_products
Find grocery items at Kroger stores by searching product names, filtering by brand or fulfillment method, and specifying store location.
Instructions
Search for products at a Kroger store.
Args:
search_term: Product search term (e.g., "milk", "bread", "organic apples")
location_id: Store location ID (uses preferred location if not provided)
limit: Number of results to return (1-50)
fulfillment: Filter by fulfillment method (csp=curbside pickup, delivery, pickup)
brand: Filter by brand name
Returns:
Dictionary containing product search results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | Yes | ||
| location_id | No | ||
| limit | No | Number of results to return (1-50) | |
| fulfillment | No | ||
| brand | No |