mhlb_get_order_form
Fetch a blank order form for a student's lunch event, pre-populated with available items, ready for submitting an order.
Instructions
Get the blank order model for a student on a specific lunch event — the exact structure that mhlb_create_order expects back, pre-populated with the available items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Lunch event id, from mhlb_get_menu or mhlb_get_calendar. | |
| studentId | Yes | Student id from mhlb_list_students. |