# Orders

Operations related to orders

## List orders

 - [GET /accounts/{accountId}/orders](https://developers.propetware.com/apis/openapi-v1/orders/listorders.md): Retrieve a list of orders for an account

## List orders by customer

 - [GET /accounts/{accountId}/customers/{customerId}/orders](https://developers.propetware.com/apis/openapi-v1/orders/listordersbycustomer.md): Retrieve a list of orders for a specific customer

## Get order details

 - [GET /accounts/{accountId}/orders/{orderId}](https://developers.propetware.com/apis/openapi-v1/orders/getorder.md): Retrieve a single order by ID

