{
"delivery_address": {
"first_name": "string",
"last_name": "string",
"street": "string",
"house_number": "string",
"zip_code": "string",
"city": "string",
"country": "string"
},
"currency": "string",
"totalNumber": 0,
"productId": "string",
"sku": "string",
"listType": 0
}{
"jsonapi": {
"version": "string"
},
"data": [
{
"type": "string",
"id": "string",
"attributes": {
"option": {
"type": "string",
"id": "string",
"attributes": {
"name": "string",
"sort": 0,
"icon_name": "string",
"description": null,
"key": "string",
"meta": {
"quantity": 0
},
"original-name": null
}
},
"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
}
}
}
}
]
}