{
"delivery_address": {
"first_name": "string",
"last_name": "string",
"street": "string",
"house_number": "string",
"zip_code": "string",
"city": "string",
"country": "string"
},
"currency": "string",
"products": [
{
"sku": "string",
"": "string"
}
]
}{
"jsonapi": {
"version": "string"
},
"data": {
"type": "string",
"id": "string",
"attributes": {
"baskets": [
{
"type": "string",
"id": "string",
"attributes": {
"serviceprovider": "string",
"products": [
{
"type": "string",
"id": "string",
"attributes": {
"price": {
"type": "string",
"attributes": {
"currency": "string",
"price_net": 0,
"price_gross": 0,
"shipping_net": 0,
"shipping_gross": 0,
"price_fixed": null,
"price_color": null,
"price_copies": null,
"price_total_copies_site": null,
"price_discount_copies": null,
"tax_rate": 0,
"tax_value": 0,
"shipping_tax_value": 0
}
},
"delivery_date": "string",
"deadline": "string"
}
}
],
"price": {
"type": "string",
"id": "string",
"attributes": {
"currency": "string",
"price_net": 0,
"price_gross": 0,
"shipping_net": 0,
"shipping_gross": 0,
"price_fixed": null,
"price_color": null,
"price_copies": null,
"price_total_copies_site": null,
"price_discount_copies": null,
"tax_rate": 0,
"tax_value": 0,
"shipping_tax_value": 0
}
}
}
}
],
"delivery_address": {
"type": "string",
"id": "string",
"attributes": {
"first_name": "string",
"last_name": "string",
"salutation": null,
"company": null,
"street": "string",
"house_number": "string",
"additional_line": null,
"zip_code": "string",
"city": "string",
"country": "string",
"email": null,
"phone": null,
"comment": null,
"vat_number": null
}
},
"price": {
"currency": "string",
"price_net": 0,
"price_gross": 0,
"shipping_net": 0,
"shipping_gross": 0,
"price_fixed": null,
"price_color": null,
"price_copies": null,
"price_total_copies_site": null,
"price_discount_copies": null,
"tax_rate": 0,
"tax_value": 0,
"shipping_tax_value": 0
}
}
}
}