# Orders ## POST orders - [POST /orders/v1](https://developer.servictoria.io/portal/rest/ddp-orders-api/openapi/orders/postorder.md): Submit an order for Landata information products when ready for confirming the purchase. Provide the list of products intended for purchase, along with customer account details, pre-requisites or extra data required and a title identifier. ## GET orders - [GET /orders/v1](https://developer.servictoria.io/portal/rest/ddp-orders-api/openapi/orders/getorders.md): Get a paginated list of past orders. This will provide a history of orders made by a specified customer along with full captured details of each order and the summary of included items. ## GET order - [GET /orders/v1/{orderId}](https://developer.servictoria.io/portal/rest/ddp-orders-api/openapi/orders/getorder.md): Get details of an order. This will provide details of a specified order using the order ID along with full captured details of each order and the summary of included items. ## GET order item - [GET /orders/v1/{orderId}/item/{orderItemNumber}](https://developer.servictoria.io/portal/rest/ddp-orders-api/openapi/orders/getorderitem.md): Get details of an ordered item. Item refers to a product purchased as part of an order. Provide the order number along with Order item number to recieve its details including the information product itself in the available format/s. ## POST decrypt titles - [POST /orders/v1/titles/decrypt](https://developer.servictoria.io/portal/rest/ddp-orders-api/openapi/orders/decrypttitleid.md): API which accepts a list of encrypted titleIds and returns a list of decrypted titleIds (aka Volume/Folios).