get_loyalty_order_receipt_details
Retrieve detailed Carrefour loyalty receipt for an in-store purchase using store GLN, date, and receipt number, including store name, total paid, discounts, barcode, and invoice links.
Instructions
Retrieves the detailed receipt for a specific in-store purchase associated with the authenticated user's loyalty card on Carrefour France. Returns receipt details such as store name, transaction date, total paid amount, discounts, receipt number, barcode, and links to invoice/card receipt. The receipt is identified by the store GLN, date key, and receipt number. (requires an authenticated Carrefour session)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gln | Yes | The GLN (Global Location Number) of the store where the purchase was made (e.g. '3020180204545') | |
| date_key | Yes | The date key of the transaction in YYYYMMDD format (e.g. '20260601') | |
| receipt_number | Yes | The receipt number identifying the specific transaction (e.g. '1-211-1907') |