Create an order
Food & Beverage
Create Order
Create a new F&B order
POST
Create an order
Create a new F&B order. The API validates that all menu items exist and are available, checks gamepass ownership requirements, and auto-assigns a table for dine-in orders when no specific table is requested.
Request
Body
Roblox user ID or username of the customer.
Array of order items. Each item requires a
MenuItemId and optionally Quantity (default 1, max 100) and Notes (max 500 characters).Order type:
dine-in (default) or to-go.Specific table number for dine-in orders. If omitted, an available table is auto-assigned when possible.
Custom order number. If omitted, auto-increments from the last order.
Response
200
Status Codes
200: Order created successfully400: Invalid input, menu item not found or unavailable, gamepass check failed, or table not found401: API key is required or invalid403: F&B module is disabled or workspace access is denied
Authorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Body
application/json
Roblox user ID or username of the customer
Array of order items
Order type (default: dine-in)
Available options:
dine-in, to-go Specific table number for dine-in orders
Custom order number (auto-increments if omitted)
Response
Order created

