create_order
Start a new Wingstop order for pickup or delivery at a specific location. This initializes the order process before adding menu items.
Instructions
Start a new order at a selected Wingstop location. Must be called before adding items. Use find_locations to get a location ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationId | Yes | ID of the Wingstop location (from find_locations results) | |
| locationName | Yes | Name or address of the location | |
| orderType | No | Order type: 'pickup' or 'delivery' (default: 'pickup') | pickup |