docs: fix request example in restaurant marketplace recipe (#13292)
This commit is contained in:
@@ -1424,7 +1424,13 @@ curl -X POST 'http://localhost:9000/restaurants/res_01J5X704WQTFSZMRC7Z6S3YAC7/p
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"manage_inventory": false
|
||||
"manage_inventory": false,
|
||||
"options": [
|
||||
{
|
||||
"title": "Default Title",
|
||||
"values": ["Default Value"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"sales_channels": [
|
||||
|
||||
Reference in New Issue
Block a user