sku is missing, and 404 when the product is not found or is deprecated/disabled. totalNumber defaults to 10 server-side; listType defaults to 0.{
"delivery_address": {
"first_name": "Max",
"last_name": "Mustermann",
"street": "Beispielstraße",
"house_number": "12a",
"zip_code": "10115",
"city": "Berlin",
"country": "DE"
},
"currency": "EUR",
"totalNumber": 100,
"productId": "p1111111-1111-1111-1111-111111111111",
"sku": "06dc8c77-097e-4ed6-b225-d468e3c0f3f2",
"listType": 0
}{
"jsonapi": {
"version": "1.0"
},
"data": [
{
"type": "prices",
"id": "1",
"attributes": {
"option": {
"id": "a83eb679-73e3-4017-b897-4887622f9c99",
"quantity": 1
},
"price": {
"net": 8,
"gross": 9.52,
"vat": 1.52,
"currency": "EUR"
}
}
},
{
"type": "prices",
"id": "2",
"attributes": {
"option": {
"id": "3224e705-8826-4a51-a5d4-b6ec552a9b81",
"quantity": 5
},
"price": {
"net": 12.5,
"gross": 14.88,
"vat": 2.38,
"currency": "EUR"
}
}
},
{
"type": "prices",
"id": "3",
"attributes": {
"option": {
"id": "dee917c3-4825-44d0-a7b2-4ed3a27d0d53",
"quantity": 10
},
"price": {
"net": 18,
"gross": 21.42,
"vat": 3.42,
"currency": "EUR"
}
}
}
]
}