mhlb_update_order
Change an existing lunch order: fetch the current order, apply your edits, and submit the replaced order. A dry-run preview appears before you confirm the update.
Instructions
Change an existing lunch order. Call mhlb_get_order first and send that model back with your edits — the endpoint replaces the whole order. NOTE: this write is UNVERIFIED — its request shape was derived from the web app’s compiled API client but has not been exercised against a live account. Inspect the dry-run preview before confirming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | Yes | The order model, as returned by mhlb_get_order_form / mhlb_get_order, with quantities and options edited. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |