items
Upload Menu Items
This endpoint allows to create or update the individual items with modifiers for a specific store.
post/items
Request body
Example request
{
"modifierGroups": [
{
"name": {
"translations": {
"en-us": "grubtech"
}
}
}
],
"contexts": [
[
{
"id": "cbeb2ca5-d6e2-4d22-8002-470f12986a9c"
}
]
]
}Response
Successful response OK