Skip to main content

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

Created order