> 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/warehousing/warehousing-advanced-settings.md).

# Warehousing Advanced Settings

<figure><img src="/files/SkAyx1Kki7r1zbMNWgfW" alt=""><figcaption><p>Warehousing Advanced Settings</p></figcaption></figure>

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

1. **Default Carrier**: This dropdown allows you to assign a default carrier to your orders.
2. **Default Ship Service**: This dropdown allows you to assign a default shipping service to your orders.
3. **Map Shipping Service by Country**: This field allows you to map specific ship services to orders based on the country they are being shipped to.
4. **Default Shipping Terms**: This dropdown allows you to assign a default shipping term to your orders.
5. **Split Orders to Locations**: Enabling this option will split orders to locations defined till the inventory can be fully allocated for all lines.
6. **Sync Returns Before Integration Start Data**: Enabling this option brings in returns (created after the integration start date) from orders that were created before the integration start date. All such returns are dropped as credits in the system.


---

# 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/warehousing/warehousing-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.
