# Payouts

<figure><img src="/files/znGKHrfE7v1Zrp2cnbQZ" alt=""><figcaption><p>Payout Import Actions</p></figcaption></figure>

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

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

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

<figure><img src="/files/S4SQTPT4XvglIVjkE58x" 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/payouts.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.
