mhlb_get_order_form
Get a blank order form pre-populated with available items for a student's lunch event, matching the exact structure needed to submit 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. |