Create an inventory order
POST/v1/inventory/order
Creates a new inventory order for a shop. Supports multiple order modes (DINE_IN, TAKEOUT, DELIVERY, PICKUP) and order types (REGULAR, QR, KIOSK). Can be created with or without customer authentication using the optional x-customer-token header. Orders can include line items with modifiers, promotional codes, delivery addresses, and custom notes.
Request
Responses
- 200
- 401
Order created
Unauthorized - invalid or missing API key