{
"tokenIsInvalid": false,
"tokenIsMissing": false,
"thankYouPageViewed": true,
"order": {
"id": "Order Id",
"orderId": "Order Id",
"orderCode": "Sample text",
"discountPercent": "0",
"billingAddress": {
"firstName": "Sample text",
"lastName": "Sample text",
"phoneNumber": "Sample text",
"email": "sample@example.com",
"address1": "Sample text",
"city": "Sample text",
"postalCode": "Sample text",
"state": "Sample text",
"country": "Sample text"
},
"shippingAddress": {
"firstName": "Sample text",
"lastName": "Sample text",
"phoneNumber": "Sample text",
"email": "sample@example.com",
"address1": "Sample text",
"city": "Sample text",
"postalCode": "Sample text",
"state": "Sample text",
"country": "Sample text"
},
"completedDate": "2026-01-01T00:00:00.0000000+00:00",
"payment": {
"name": "Sample text",
"serviceAmountText": "Sample price text",
"serviceAmount": 2
},
"shippingLine": {
"title": "Sample text",
"serviceAmountText": "Sample price text",
"serviceAmount": 0,
"logo": {
"alt": "Sample text",
"link": "https://example.com/media/sample.jpg"
}
},
"cartItems": [
{
"id": "Cart Item Id",
"productId": "Product Id",
"productVariantId": "Variant Id",
"productTitle": "Sample text",
"quantity": 1,
"imageLink": "https://example.com/media/sample.jpg",
"link": "product/sample-product",
"finalPriceText": "Sample price text",
"finalPrice": 25
},
"..."
],
"invoiceData": {
"companyName": "",
"tin": ""
},
"netValue": 38.71,
"vatValue": 9.29,
"finalPrice": 50,
"discountFromCoupons": 0,
"netValueText": "Sample price text",
"vatValueText": "Sample price text",
"finalPriceText": "Sample price text",
"discountFromPointsText": "Sample price text",
"discountFromCouponsText": "Sample price text",
"loyaltyPricing": {
"usePoints": false,
"useCoupon": false,
"couponCodes": []
},
"pricingBeforeDiscount": {
"totalAmount": 48,
"totalAmountText": "Sample price text",
"netAmount": 38.71,
"netAmountText": "Sample price text",
"vatAmount": 9.29,
"vatAmountText": "Sample price text",
"expenseAmount": 0,
"expenseAmountText": "Sample price text"
}
},
"name": "ThankYouPage",
"view": "Default",
"section": "SectionA",
"settings": {
"id": "Component Id",
"section": "SectionA",
"type": "NoirThankYouPage",
"name": "ThankYouPage",
"configuredInContentApi": true,
"view": "Default",
"displayName": "",
"cssClass": ""
},
"translations": {
"orderSummary": "Sample text",
"goToHomepage": "Sample text",
"thankYouForYourOrder": "Sample text",
"...": "..."
}
}