Canadian Tire store finder
ct_storesLocate Canadian Tire stores closest to a postal code or coordinates, sorted by distance. Retrieve store details, services, and fulfillment eligibility for pickup or delivery.
Instructions
Find Canadian Tire stores nearest to a postal code or coordinates, sorted by distance (with distanceKm). Each store: id, name, address, town, province, postal code, phone, coordinates, URL, services, and fulfillment eligibility (free pickup / curbside / express delivery). Use to find a store id for ct_product / ct_store_availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postalCode | No | Canadian postal code, e.g. 'M5V 2T6'. Geocoded, then distance-sorted. | |
| latitude | No | Latitude (alternative to postalCode). | |
| longitude | No | Longitude (used with latitude). | |
| lang | No | Response language. Default 'en'. | |
| limit | No | Max stores to return (1-50). Default 20. |