# Orders Manage transport orders ## List orders - [GET /orders](https://docs.zipmend.com/openapi/orders/listorders.md): Retrieve orders with optional filters. ## Get order by ID - [GET /orders/{orderID}](https://docs.zipmend.com/openapi/orders/getorderbyid.md): Retrieve a single order by its ID. ## Update order status - [PUT /orders/{orderID}](https://docs.zipmend.com/openapi/orders/updateorderstatus.md): Update the status of an order. Currently, it is only possible to use this endpoint to cancel a transport