> 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-300-integration/woocommerce/gumu-tm-portal-user/required-configurations/plugins-configuration/woocommerce-configuration.md).

# WooCommerce Configuration

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

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

<table><thead><tr><th width="171.3333740234375">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Web Service URL</strong></td><td>Specifies the <strong>WooCommerce store API endpoint URL</strong> used to establish the connection between the integration platform and the WooCommerce store. The URL should point to the WooCommerce REST API base path. Example: <code>https://yourstore.com/wp-json/wc/v3/</code>. Replace <em>yourstore.com</em> with the actual domain name of the WooCommerce store.</td></tr><tr><td><strong>Consumer Key</strong></td><td>The <strong>API Consumer Key</strong> generated from the WooCommerce REST API settings. This key is used to authenticate the integration application and allow it to access WooCommerce resources such as orders, customers, and products. For more details use <a href="/pages/1jHXIPaWfhcuLp4hP1YG">WooCommerce API Integration Configuration</a></td></tr><tr><td><strong>Consumer Secret</strong></td><td>The <strong>API Consumer Secret</strong> associated with the Consumer Key. It works together with the Consumer Key to securely authenticate requests between the integration system and WooCommerce. This credential should be kept confidential.</td></tr><tr><td></td><td></td></tr></tbody></table>

**Test Connection:**\
After entering the above details, click **Test Connection** to verify that the integration platform can successfully connect to the WooCommerce store using the provided API credentials.


---

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

```
GET https://docs.greytrix.com/gumu-tm-for-sage-300-integration/woocommerce/gumu-tm-portal-user/required-configurations/plugins-configuration/woocommerce-configuration.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.
