# Orders ## Create/Edit An Order - [POST /Orders](https://developers.fuelu2.com/apis/customer/orders/createorder.md): Creates a new order with optional recurring settings and specified service quantities. ## Get A Paged Orders List - [GET /Orders/paged](https://developers.fuelu2.com/apis/customer/orders/getpagedorders.md): Retrieves a paginated list of orders with optional filters for date, status, customer, and more. ## Renew An Existing Order - [POST /Orders/renewOrder](https://developers.fuelu2.com/apis/customer/orders/reneworder.md): Renews an existing order by specifying its ID and creation timestamp. ## Cancel An Existing Order - [POST /Orders/cancel](https://developers.fuelu2.com/apis/customer/orders/cancelorder.md): Cancels an existing order by specifying its ID, creation timestamp, and reason.