# Placing an Order ## List orders - [GET /orders](https://docs.ticketingevents.com/openapi/placing-an-order/list_orders.md): Retrieve a list of orders matching the given criteria. ## Place a new order - [POST /orders](https://docs.ticketingevents.com/openapi/placing-an-order/place_order.md): Place a new order for one or more tickets. A single order can include multiple ticket types of a single event, or from multiple events. When a new order is created tickets are reserved for a fixed period of time until the order is settled, cancelled or times out. If the tickets being ordered are free (i.e. the order total is $0.00), the order is fuliflled immediately and tickets delivered to the customer's account. ## Retrieve order details - [GET /orders/{order}](https://docs.ticketingevents.com/openapi/placing-an-order/retrieve_order.md): Retrieve the details of the requested order ## Cancel an order - [DELETE /orders/{order}](https://docs.ticketingevents.com/openapi/placing-an-order/cancel_order.md): Cancel an existing order. Any reserved tickets are immediately released. An order can only be cancelled if it has not already been settled or timed out.