{
"id": "9eec015f-4b97-44be-a711-d22f3af75069",
"data": {
"customer": {...},
...,
"status": "PurchaseCompleted",
"order": {
"orderId": "9ea42d44-5fca-49c1-9864-b29600c7201a",
"totalAmount": 17.98,
"items": [
{
"id": "11111",
"description": "Item one",
"unitPrice": 1,
"quantity": 1,
"vat": 25,
"sku": "Item one sku"
},
{
"id": "222222",
"description": "Item two",
"unitPrice": 2,
"quantity": 1,
"vat": 25,
"sku": "Item two sku"
},
{
"id": "9999",
"description": "Shipping cost",
"type": "ShippingFee",
"unitPrice": 14.98,
"quantity": 1,
"vat": 25
}
]
},
"shipping": {
"provider": "MerchantFallback",
"shippingFee": 14.98,
"shipments": [
{
"id": "9999",
"feeItemId": "9999",
"shippingChoice": {
"id": "9999",
"name": "Shipping cost",
"fee": 14.98,
"vat": 25
}
}
]
},
...
},
"error": null
}