get_orders
Fetch your Carrefour order history with filters for date range and pagination. Access order details like totals, status, store, delivery slot, and available actions.
Instructions
Retrieves the authenticated user's order history on Carrefour France. Returns a paginated list of orders with details such as order number, service type, date, total amount, order status, store information, delivery slot, payment info, and available action links (cancel, refund, change slot, etc.). Supports filtering by date range (startDate/endDate), limiting the number of results (scrollSize), and paginating through results using a scroll hash and paging token. (requires an authenticated Carrefour session)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | Filter orders up to this date (ISO 8601 format, e.g. '2026-06-08T21:59:59.999Z'). | |
| startDate | No | Filter orders from this date (ISO 8601 format, e.g. '2026-03-07T23:00:00.000Z'). | |
| scrollHash | No | Scroll hash returned from a previous response for paginating to the next page of results. | |
| scrollSize | No | Maximum number of orders to return per page. | |
| scrollPaging | No | Scroll paging token returned from a previous response for paginating to the next page of results. |