Create order from cart
POST/orders
Converts a cart to an order. Customer details may be sent in the request
or must already be set on the cart via PATCH /carts/{token}.
This finalises the sale: ticket allocation moves from the cart (reserved/basket) to sold on the order. Call this endpoint after you receive payment confirmation from your payment gateway — not when the buyer first submits checkout.
Sends a confirmation email unless disabled in store API settings.
Request
Responses
- 200
- 400
- 401
- 404
- 422
Created order
Validation failure
Missing or invalid Bearer token
Cart not found
Inventory no longer available