> For the complete documentation index, see [llms.txt](https://shop-docs.xorosoft.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shop-docs.xorosoft.io/getting-started/configuring-settings/orders/general/general-advanced-settings.md).

# General Advanced Settings

<figure><img src="/files/2Pamu2S8OjHbsUPePz0d" alt=""><figcaption><p>General Advanced Settings - Part 1</p></figcaption></figure>

<figure><img src="/files/jtQ6BySZOFrsnyZDHqqi" alt=""><figcaption><p>General Advanced Settings - Part 2</p></figcaption></figure>

The *advanced settings* in the general section of *order import* settings allow you to configure the following:

1. **Third-Party Return Source**: Xoro supports third-party return processing Shopify apps, namely Loop Returns and ReturnLogic. Based on which app you use, you can choose between the two. If you are not using a third-party app for handling returns for your store, or if you use an app that is not available in the dropdown, you may leave this field blank.
2. **Return SKU Name**: This field allows you to specify the SKU in Xoro that can be used when the returned item in Shopify does not have an SKU number.
3. **Default SKU Name**: This field allows you to specify the SKU in Xoro that can be used when the ordered item in Shopify does not have an SKU number.
4. **Use Default SKU when incoming SKU is not found in Xoro**: When enabled, Xoro will use the default SKU name as the ordered item if the item on order in Shopify does not exist in Xoro.
5. **Duty SKU Name**: If you handle duty charges on your Shopify orders, this field allows you to track them under a *duty SKU* in Xoro.
6. **Enable Tips/Donation Handling**: If you accept tips or donations on your Shopify orders, enable this and specify a tip/donation SKU from Xoro to handle the same.
7. [**Sync Third Party Customer And Company Data With Xoro**](/getting-started/configuring-settings/orders/general/general-advanced-settings/sync-third-party-customer-and-company-data-with-xoro.md)**:** When enabled, Xoro automatically synchronize the customer and company data associated with the order.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://shop-docs.xorosoft.io/getting-started/configuring-settings/orders/general/general-advanced-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
