# Orders ## Get order by basket - [GET /OrderService.svc/rest/GetOrderByBasket](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/getorderbybasket.md): Returns an Order by basket internal id. Returns null if the order does not exist. ## Get order by external order number - [GET /OrderService.svc/rest/GetOrderByNo](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/getorderbyno.md): Returns an Order by external order number. Return null if the Order does not exist. ## List orders [Obsolete("Use ListOrders2")] - [GET /OrderService.svc/rest/ListOrders](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/listorders.md): See ListOrders2 for details. ListOrders calls listOrders2 with an empty divisionCode (null). Either of companyId, customerId, fromDate or toDate must be specified. ## List orders (v2) [Obsolete("Use ListOrders3")] - [GET /OrderService.svc/rest/ListOrders2](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/listorders2.md): Returns a paged order list. Either of companyId, customerId, divisionCode, fromDate or toDate must be specified. ## List orders (v3) - [GET /OrderService.svc/rest/ListOrders3](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/listorders3.md): Returns a paged order list. Note that this method returns another entity that ListOrders2. This is a more light weight version. Either of companyId, customerId, divisionCode, fromDate or toDate must be specified. ## List order by e-mail address - [GET /OrderService.svc/rest/ListOrdersByEmail](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/listordersbyemail.md): Returns a paged order list. Note that this method returns another entity that ListOrders2. This is a more light weight version. EmailSeed must be specified. ## List order statuses - [GET /OrderService.svc/rest/ListOrderStatuses](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/listorderstatuses.md): Lists the available order statuses. ## Search for order - [GET /OrderService.svc/rest/SearchOrder](https://docs.norce.io/api-reference-storm/stormapi/orderservice/openapi/orders/searchorder.md): Search for Orders by TrackingId, DeliveryNote or OrderNo.