Upsert menus for a store
POST/v1/menus
Rate limit
2 requests per minuteReplaces the store's complete menu snapshot. Include every customer-menu entity that should remain; omitted entities are deleted. An omitted station item can remain when an existing customer-item association prevents its deletion. Repeating the same complete payload is safe and produces the same menu state.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The menu update will be processed.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.