# Orders

<figure><img src="/files/toE0WcHFLtNozTBU3SdK" alt=""><figcaption><p>Order Import Actions</p></figcaption></figure>

1. **Import By Date Range**: This option allows you to import Shopify orders within the specified date range. Simply select a **start date** and an **end date**, and click on import. This will fetch all the Shopify orders that were created within that date range and add them to the order import queue for (re)processing.

<figure><img src="/files/4V9u9WAbngTfBzYw7agE" alt=""><figcaption><p>Date-Range Based Order Import</p></figcaption></figure>

2. **Import By Order**: This option allows you to import a specific group of orders by either a Shopify order number, order ID, or a custom query.
   1. **Order Number**: This field allows you to import a single Shopify order by its order number.
   2. **Order ID**: This field allows you to import multiple Shopify orders by their ID. This ID can be found in the URL *(.../orders/\<order\_id>)* of an order. Each order ID needs to be separated by a comma (,).
   3. **Custom Query**: This field allows you to run a custom query to import order(s). This is an advanced query field that should only be used if you are familiar with Shopify GET order queries.

<figure><img src="/files/xm28VkpuvQN0KhIjfIku" alt=""><figcaption><p>Value Based Order Import</p></figcaption></figure>


---

# 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://shop-docs.xorosoft.io/getting-started/workflow/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.
