# Viewing the order details

The Order details page shows the details of the order. It includes the date ordered, order ID, order email, order [upstream ID](https://docs.digitalriver.com/digital-river-api/integration-options/checkouts/creating-checkouts/providing-an-upstream-identifier), order status, charge type, [SKU ID](https://docs.digitalriver.com/digital-river-api/product-management/creating-and-updating-skus), product ID ([SKU group](https://app.gitbook.com/s/x8fSFzVR3sg0TsNWwwVz/sku-groups)), product name, part number, status, purchase quantity, item discount, purchase amount, shipping fee, order discount, importer duty, importer tax, [fees](https://docs.digitalriver.com/digital-river-api/product-management/regulatory-fees/managing-regulatory-fees), tax, order total, metadata at the order level, type of payment, payment details, billing address, payment total, store credit, ship to and ship from addresses, shipping method, tracking information, customer information, tax type, tax ID, tax state, returns and refunds, and shipping timeline.

{% hint style="info" %}
When an order status is <mark style="color:red;">`Disputed`</mark>, it indicates someone must resolve an issue with the order. Digital River Dashboard will turn off the Cancel items, Fulfill items links, and the Create return and Create refund buttons. The Digital River Dashboard will redirect you to the Order details page if you try to programmatically [capture or cancel payment](https://docs.digitalriver.com/digital-river-api/order-management/informing-digital-river-of-a-fulfillment), [issue refunds](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/refunds/issuing-refunds), or [process returns](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/returns) on that order.
{% endhint %}

<figure><img src="https://334437993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LqH4RJfLVLuHPXuJyTZ%2Fuploads%2FapkXbhDCEQ0cc6k1ji3T%2F1%20nu%20orders%20order%20details.png?alt=media&#x26;token=70341cb5-7c8d-4a2e-ac35-49bfc973eac4" alt=""><figcaption></figcaption></figure>

To view the order details:

1. Click **Orders** in the left navigation. The Orders page appears.
2. [Filter your orders](https://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders/filtering-your-orders) if needed.
3. Click the order ID link under the **ID** column. The Order details page appears.
4. Expand the row to view fees, [landed cost](https://docs.digitalriver.com/digital-river-api/integration-options/checkouts/creating-checkouts/landed-costs) (including importer duty and importer tax), discount, tax, and metadata for a line item. The summary displays the total fees, discounts, and taxes.

   <figure><img src="https://334437993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LqH4RJfLVLuHPXuJyTZ%2Fuploads%2FNjkB9kEWfW1n9QWBqxfp%2F2%20nu%20order%20details%20partial.png?alt=media&#x26;token=5a30f928-640f-49c9-a683-9921a498ed0f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** An order item is either identified by a **SKU ID** or **Product ID**, not both. A Product ID is the identifier of the product in the upstream system. If the item uses SKU groups, this identifier can appear instead of the SKU ID.
{% endhint %}


---

# 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/digital-river-api/administration/dashboard/order-management/orders/viewing-the-order-details.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.
