get_loyalty_order_receipts
Fetch a user's in-store purchase receipts from their Carrefour loyalty card, with pagination for browsing. Each receipt includes date, store, total paid, and label to display loyalty purchase history.
Instructions
Retrieves the in-store purchase receipts associated with the authenticated user's loyalty card on Carrefour France. Returns a paginated list of receipts with details such as transaction date, store name, receipt number, total paid amount, and receipt label. Supports scrolling through results using a scroll paging token and scroll hash. Useful for displaying the user's in-store purchase history linked to their loyalty card. (requires an authenticated Carrefour session)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scrollHash | No | Scroll hash returned from a previous response, used together with scrollPaging to paginate through results. | |
| scrollPaging | No | Scroll paging token returned from a previous response, used to paginate through results. | |
| loyaltyCardType | Yes | The type of loyalty card (e.g. 'LOYALTY'). | |
| loyaltyCardNumber | Yes | The loyalty card number to retrieve receipts for. |