{
"companyLogoUrl": null,
"currentTab": "orders",
"countriesList": [
{
"code": "GR",
"name": "Sample text"
},
"..."
],
"addresses": [
{
"address": {
"id": "Address Id",
"firstName": "Sample text",
"lastName": "Sample text",
"phoneNumber": "Sample text",
"email": "sample@example.com",
"address1": "Sample text",
"additionalInfo": "",
"label": "",
"city": "Sample text",
"postalCode": "Sample text",
"state": "Sample text",
"country": "Sample text",
"countryCode": "GR"
},
"isValid": true
},
"..."
],
"headQuarterAddress": null,
"branches": null,
"orderData": {
"totalPages": 1,
"page": 1,
"list": [
{
"id": "Order Id",
"status": "Placed",
"code": "Sample text",
"placedAt": "2026-01-01T00:00:00.0000000+00:00",
"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"
},
"shippingLine": {
"totalAmount": 5,
"title": "Sample text",
"totalAmountText": "Sample price text",
"carrierId": "Carrier Id",
"carrierCode": "sample",
"netPrice": 5,
"vatLines": []
},
"payment": {
"serviceAmount": 2,
"serviceAmountText": "Sample price text",
"name": "Sample text",
"provider": "COD",
"amount": 0
},
"documentType": "Receipt",
"invoiceData": {
"tin": "",
"taxOffice": "",
"companyName": "",
"profession": ""
},
"totalQuantity": 2,
"totalAmountText": "Sample price text",
"subTotalPriceText": "Sample price text",
"discountPriceText": "Sample price text",
"netValuePriceText": "Sample price text",
"finalPriceText": "Sample price text",
"vatAmountText": "Sample price text",
"companyId": "Company Id",
"cartToken": "Cart Token",
"customerId": "Customer Id",
"customerName": "Sample text",
"discountRate": 0,
"discountValue": 0,
"totalAmount": 87,
"expenseAmount": 0,
"netAmount": 64.52,
"vatAmount": 15.48,
"financialStatus": "Pending",
"fulfillmentStatus": "Fulfilled",
"requiresCalculation": true,
"lines": [
{
"id": "Order Line Id",
"productId": "Product Id",
"productVariantId": "Variant Id",
"productTitle": "Sample text",
"sku": "Sample text",
"quantity": 2,
"mediaItem": {
"id": "Media Item Id",
"link": "https://example.com/media/sample.jpg",
"position": 0,
"alt": "sample.jpg",
"mediaType": "Image"
},
"link": "sample-product",
"priceText": "Sample price text",
"totalPriceText": "Sample price text",
"netValue": 64.52,
"price": 40,
"lineValue": 64.52,
"discountValue": 0,
"discountRate": 0,
"vatValue": 15.48,
"vatRate": 24,
"vatCode": ""
},
"..."
],
"vatAnalysis": [
{
"vatRate": 24,
"vatAmount": 15.48,
"vatCode": "",
"netAmount": 64.52
},
"..."
],
"tags": [],
"sourceTags": [],
"updateDate": "2026-01-01T00:00:00.0000000+00:00",
"insertDate": "2026-01-01T00:00:00.0000000+00:00",
"favorite": false,
"userId": "User Id",
"loyaltyPricing": {
"usePoints": false,
"useCoupon": false,
"couponCodes": []
},
"pricingBeforeDiscount": {
"totalAmount": 0,
"totalAmountText": "Sample price text",
"netAmount": 0,
"netAmountText": "Sample price text",
"vatAmount": 0,
"vatAmountText": "Sample price text",
"expenseAmountText": "Sample price text"
}
},
"..."
],
"availableStatuses": [
"Placed",
"..."
],
"availableYears": [
"2026",
"..."
]
},
"shoppingLists": [],
"userManagement": null,
"name": "Profile",
"view": "Default",
"section": "SectionA",
"settings": {
"id": "Component Id",
"section": "SectionA",
"type": "NoirProfile",
"name": "Profile",
"configuredInContentApi": true,
"view": "Default",
"displayName": "",
"cssClass": ""
},
"translations": {
"myAccount": "Sample text",
"hello": "Sample text",
"orders": "Sample text",
"...": "..."
}
}