Create or update an order from admin configuration
Creates a complete order with bookings directly from the admin panel without going through the public checkout flow, or updates an existing order when the body carries order_id (the complete desired state — see GET /api/v1/orders//config).
Supports mixed product orders — besides bookings the config accepts standalone add_ons ([{add_on_id, quantity}]) and booking_passes purchased from bundles ([{booking_bundle_id, quantity}]), billed centrally on the order invoice. bookings may be empty or omitted when other products are present.
To change one confirmed booking in place instead of rewriting the order, use POST /api/v1/bookings//edit/*.
Autorisierungen
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Complex order configuration including bookings, standalone add-ons, booking passes, customer data, and payment info.
Antwort
Created order
The response is of type object.