{
"reference": "string",
"currency": "string",
"status": "string",
"details": [
{
"state": "string",
"sender_address": {
"first_name": "string",
"last_name": "string",
"company": "string",
"street": "string",
"house_number": "string",
"zip_code": "string",
"city": "string",
"country": "string",
"phone": "string"
},
"invoice_address": {
"first_name": "string",
"last_name": "string",
"company": "string",
"street": "string",
"house_number": "string",
"zip_code": "string",
"city": "string",
"country": "string",
"phone": "string"
},
"delivery_address": {
"first_name": "string",
"last_name": "string",
"company": "string",
"street": "string",
"house_number": "string",
"zip_code": "string",
"city": "string",
"country": "string",
"phone": "string"
},
"reference": "string",
"remoteReference": "string"
}
]
}{
"jsonapi": {
"version": "string"
},
"data": {
"type": "string",
"id": "string",
"attributes": {
"details": [
{
"type": "string",
"id": "string",
"attributes": {
"product_type": "string",
"partial_deliveries": [
"string"
],
"sku": {
"price": null,
"combinations": null,
"created_at": null,
"updated_at": null
},
"price": null,
"remoteReference": null,
"order_combination": null,
"page_information": null,
"state": "string",
"trackingData": null,
"reference": "string",
"created_at": "string",
"updated_at": "string"
},
"relationships": {
"files": {
"data": [
{
"type": "string",
"id": "string"
}
]
},
"sender_address": {
"data": {
"type": "string",
"id": "string"
}
},
"delivery_address": {
"data": {
"type": "string",
"id": "string"
}
},
"invoice_address": {
"data": {
"type": "string",
"id": "string"
}
}
}
}
],
"client": {
"type": "string",
"id": "string",
"attributes": {
"name": "string"
}
},
"reference": "string",
"order_custom_fields": [
"string"
],
"files": [
"string"
],
"order-uploads": [
"string"
],
"state": "string",
"currency": "string",
"created_at": "string",
"updated_at": "string"
}
},
"included": [
{
"type": "string",
"id": "string",
"attributes": {
"url": null,
"status": 0,
"created_at": "string",
"updated_at": "string",
"first_name": "string",
"last_name": "string",
"salutation": null,
"company": "string",
"street": "string",
"house_number": "string",
"additional_line": null,
"zip_code": "string",
"city": "string",
"country": "string",
"email": null,
"phone": "string",
"comment": null,
"vat_number": null
}
}
]
}