{
"data": {
"order_id": "PPO12345678",
"external_id": null,
"status": "Draft",
"shipping": {
"email": null,
"firstname": "John",
"lastname": "Doe",
"company": null,
"street_primary": "275 Wyman St.",
"street_secondary": null,
"city": "BE",
"postcode": "01234",
"country": "DE",
"telephone": "+1234567890"
},
"shipping_type": "Tracked",
"is_test": true,
"total_amount": {
"amount": 100,
"currency": "EUR"
},
"sub_total": {
"amount": 90,
"currency": "EUR"
},
"shipping_total": {
"amount": 10,
"currency": "EUR"
},
"customs_shipping": {
"amount": 0,
"currency": "EUR"
},
"customs_costs": {
"amount": 0,
"currency": "EUR"
},
"created_at": "2023-01-01T00:00:00+00:00",
"updated_at": "2023-01-01T11:00:00+00:00",
"fulfilled_at": null,
"packages": [],
"items": [
{
"external_id": "1",
"sku": "CVS0200201LWF2",
"article": {
"id": 1,
"sku": "CVS0200201LWF2-APO12345678"
},
"description": "20x20 cm - White - 2 cm",
"quantity": 1,
"unit_cost": {
"amount": 7,
"currency": "EUR"
},
"taxes": {
"amount": 10,
"currency": "EUR"
},
"total_item": {
"amount": 10,
"currency": "EUR"
},
"metadata": null
}
]
}
}