> 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.md).

# General

<figure><img src="/files/GTN1M8H6xuflfGukPAps" alt=""><figcaption><p>General section of order import settings</p></figcaption></figure>

The *general* section of *order import* settings allows you to configure the following:

1. **Customer Name**: This field allows you to assign a customer to all your Shopify orders.
2. **Sale Store**: This dropdown allows you to choose the store where all the Shopify sales will be recorded.
3. **Project/Class**: This dropdown allows you to assign a project/class name to all your Shopify orders. It is an optional field that can assist you with reporting in the ERP system.
4. **Default Sales Representative**: This dropdown allows you to assign a sales representative to all your Shopify orders.
5. **Default Payment Terms**: This dropdown allows you to choose the payment term to assign to your Shopify sales. If the payment term is not met, the order will not be waved for picking, and packaging in Xoro.
6. **Order Type**: This dropdown allows you to assign an order type to the order dropped into Xoro from Shopify.


---

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