get_products_by_query
Retrieve curated product lists from Carrefour France using a query ID. Returns product details like EAN, title, brand, category, images, and links for bestsellers, promotions, or themed selections.
Instructions
Retrieves a list of products from Carrefour France based on a predefined query identifier. Returns product details including EAN, title, brand, category, images, and links. Useful for fetching curated product lists (e.g. bestsellers, promotions, themed selections) identified by a query ID. (requires an authenticated Carrefour session)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of products to return per page (e.g. 20). | |
| query_id | Yes | The predefined query identifier (e.g. 'query_11836') that determines which product list to retrieve. |