# Orders

An *order* represents a business transaction between two parties. An order typically consists of a collection of line items, billing address, and shipping address.

The [Orders ](https://www.digitalriver.com/docs/commerce-shopper-api/#tag/Orders)resource provides access to an authenticated shopper's orders. Use the Orders API to get order details for a shopper.

{% hint style="warning" %}
**Important**: All methods in this API require an authenticated (full access) token.
{% endhint %}

<div align="left"><figure><img src="/files/DUaSu3roFrE9tYoOKBcF" alt=""><figcaption></figcaption></figure></div>


---

# 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-references/commerce-api-reference-guide/shopper-apis-reference/orders.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.
