# Orders

- [Getting orders](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/getting-orders.md): Learn how to retrieve orders.
- [Selling entities](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/selling-entities.md): Learn how Digital River dynamically assigns selling entities.
- [Retrieving addresses from an order](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/retrieving-addresses-from-an-order.md): Learn how to retrieve a billing or shipping address from an order.
- [Retrieving line items from an order](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/retrieving-line-items-from-an-order.md): Learn how to retrieve line items from an order.
- [Order lookup](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/order-lookup.md): Learn how to lookup orders.
- [Returns](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/returns.md): Understand how returns work. You can use Commerce API to process customer returns for one or more items in an order.
- [Initiate an authenticated session](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/returns/initiate-an-authenticated-session.md): Learn how to initiate an authenticated session for a return.
- [Setting up returns in Global Commerce](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/returns/setting-up-returns-in-global-commerce.md): Learn how to set up returns in Global Commerce.
- [Managing returns](https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1/returns/retrieving-returns-for-a-specified-order.md): Learn how to manage returns for a specified order.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/commerce-api/shopper-apis/orders-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
