mhlb_update_order
Update an existing school lunch order by replacing it with edited quantities and options. Review the dry-run preview, then confirm to apply changes.
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. |