> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/gumu-tm-for-sage-x3-integration/woocommerce/process/integrating-orders-from-woocommerce-to-sage-x3.md).

# Integrating Orders from WooCommerce to Sage X3

### **Process of Integrating WooCommerce Orders into Sage X3**

#### <mark style="color:$danger;">**Steps to Create a New Order in WooCommerce:**</mark>

1\.       **Click on "Add New Order"**

2\.       **Set the Order Status** to **"Processing"**

3\.       **Select the Customer** from the list

4\.       **Add the Item(s)** to the order

5\.       Click on **"Recalculate"** to update totals

6\.       Click **"Create"** to finalize the order

7\.       A unique **Order ID** will be generated upon successful creation

<figure><img src="/files/7wEjkur2KnwPt9xiAgMW" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$danger;">**Steps to start the GUMU Process to integrate orders from WooCommerce to Sage X3:**</mark>

1. [**Log in** to your **BPortaly GUMU**](/gumu-tm-cloud-integrations-1/gumu-cloud-integrations-by-bportaly/login-process.md#login-sign-up) account.
2. Go to the **App Store** and select the **GUMU** app.
3. Navigate to the **Connectors** section within the GUMU app.
4. Click on the **“View More”** button for the relevant connector.

<figure><img src="/files/1195OVBLFSp7dSDbWXrB" alt=""><figcaption></figcaption></figure>

5. Click the **“Start”** button to initiate the order integration process.

<figure><img src="/files/8PAPmiVdlCflRDHd6nZf" alt="" width="527"><figcaption></figcaption></figure>

6. **You can verify whether the order has been integrated by checking the** [**GUMU Logs**](/gumu-tm-cloud-integrations-1/gumu-cloud-integrations-by-bportaly/logs.md)**:**

&#x20;            1\. Use INFO logs to confirm successful integration.

&#x20;            2\. Use ERROR logs to identify any issues or failures during the process.

<figure><img src="/files/pCpI9UuUFMIcEkUkYnhQ" alt=""><figcaption></figcaption></figure>

7. Log in to your **Sage X3** system and use the **Order ID** from the GUMU log to verify whether the order has been fully integrated.

<figure><img src="/files/vaptc3Doj07Dla798D2u" alt=""><figcaption></figcaption></figure>


---

# 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://docs.greytrix.com/gumu-tm-for-sage-x3-integration/woocommerce/process/integrating-orders-from-woocommerce-to-sage-x3.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.
