find_best_store_for_item
Find IKEA stores carrying a specific item, sorted by in-stock quantity. Filter results by country or store IDs to locate where the item is available.
Instructions
Find stores with the highest in-stock quantity for an item. Returns up to maxResults stores sorted by quantity descending. Optionally filter by countryCode ('US' or 'CA'). Explicit storeIds take precedence over countryCode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemNo | Yes | ||
| storeIds | No | ||
| maxResults | No | ||
| countryCode | No | ||
| minQuantity | No |