{
"cityName": "string",
"eatType": 0,
"storeAddress": "string",
"storeName": "string",
"items": [
{
"productId": "string",
"productName": "string",
"quantity": 0,
"price": 0,
"imageUrl": "string",
"canceled": true,
"optionItems": [
{
"productName": "string",
"quantity": 0,
"imageUrl": "string"
}
]
}
],
"storeCode": "string"
}