Hello, thanks for the quick response! Yes, there are multiple Products and it are ALWAYS arrays - here the full response - but it's in German:
[
{
"id": 2,
"name": "Coca Cola klein",
"price": 2.2,
"ust": 19,
"options": null
},
{
"id": 3,
"name": "Coca Cola groß",
"price": 3.4,
"ust": 19,
"options": null
},
{
"id": 4,
"name": "1/4l Weißwein",
"price": 5.8,
"ust": 19,
"options": null
},
{
"id": 5,
"name": "1/4l Rotwein",
"price": 5.8,
"ust": 19,
"options": null
},
{
"id": 8,
"name": "Helles",
"price": 2.9,
"ust": 7,
"options": [
"klein",
"gross"
]
},
{
"id": 9,
"name": "Pils",
"price": 2.9,
"ust": 7,
"options": {
"4": "klein",
"5": "gross"
}
},
{
"id": 10,
"name": "Milchreis",
"price": 3.5,
"ust": 7,
"options": [
"klein",
"groß"
]
},
{
"id": 11,
"name": "Kuchen",
"price": 3,
"ust": 7,
"options": [
"mit Sahne"
]
},
{
"id": 12,
"name": "Potatoe Wedges m. Dip",
"price": 3,
"ust": 7,
"options": [
"mit Ketchup",
"mit Mayo",
"mit Salsa-Dip",
"mit BBQ-Dip"
]
}
]