mhlb_create_order
Place a lunch order into the cart by sending the completed order form with quantities. Preview first, then confirm to add items. Does not process payment.
Instructions
Place a lunch order into the cart. Call mhlb_get_order_form first and send that model back with quantities set. This adds to the cart — it does not pay; use mhlb_checkout for that. 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. |