{
"jsonapi": {
"version": "string"
},
"data": {
"type": "string",
"id": "string",
"attributes": {
"client": {
"type": "string",
"id": "string",
"attributes": {
"name": "string"
}
},
"reference": "string",
"details": [
{
"type": "string",
"id": "string",
"attributes": {
"product_type": "string",
"partial_deliveries": [
"string"
],
"sku": "string",
"price": null,
"remoteReference": null,
"order_combination": {
"type": "string",
"attributes": {
"attribute_options": [
{
"type": "string",
"id": 0,
"attributes": {
"attribute_id": "string",
"external_attribute_id": "string",
"option_id": "string",
"external_option_id": "string"
}
}
]
}
},
"page_information": {
"type": "string",
"id": "string",
"attributes": {
"copies": 0,
"pages": 0,
"color_pages": 0
}
},
"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"
}
}
}
}
],
"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": {
"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": "string",
"vat_number": null
}
}
]
}