get_eligible_drive_stores
Find Carrefour drive stores eligible for ordering near a given location. Returns store details like ID, name, distance, and address filtered by city and postal code.
Instructions
Retrieves a paginated list of Carrefour drive stores eligible for ordering near a given location on Carrefour France. Returns store details such as ID, name, reference, distance from the provided coordinates, banner, address, format, order type, and opening patterns. Useful for finding nearby drive/click-and-collect stores available for a specific city or postal code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | Name of the city to search in (e.g. 'Clermont-Ferrand') | |
| page | No | Page number for pagination (starts at 1) | |
| limit | No | Maximum number of stores to return per page (e.g. 50) | |
| latitude | Yes | Latitude of the location to search around (e.g. 45.77668) | |
| longitude | Yes | Longitude of the location to search around (e.g. 3.07722) | |
| postalCode | Yes | Postal code of the city to search in (e.g. '63000') |