# Orders

### Order list

When the Orders menu nav item is selected, it will show the latest orders by the date range criteria chosen. Orders will appear in chronological order, starting with the most recent order ID. Details about the transaction include the name, email, amount, date of order, last updated timestamp, and order status.

### Order details

Get quick access to order details in your store. See products purchased, pricing, quantities, and maps to the shipping location on the order. For some stores, you can also add tracking information about the shipment.

#### Customer Information

* Customer ID – links to customer metrics
* Order Count – links to all customer orders
* Company information
* Send messages directly to a customer if they have opted in

#### Order Information

* Order ID
* Order status
* Order date and timestamp
* Last order update and timestamp
* Billing address
* Shipping address

#### Map

* Visually displays the shipping address

#### Order Details

* Product picture (if available)
* Product name with a link to it in your store and in the product manager database (if applicable)
* Product short description
* Cost and quantity ordered

#### Events

This area will show a chronological timeline of events for the order lifecycle. This includes integration triggers, workflow messages, conversions, and order status updates.

#### Order Summary

* Shipping costs
* Tax
* Order total

#### Shipping

* Add tracking numbers (3dcart, Bigcommerce, Shopify and Volusion platforms only)


---

# 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://support.cartmojo.com/store-connection/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.
