> For the complete documentation index, see [llms.txt](https://dev.skladon.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.skladon.com/main/v2/integration/woocommerce.md).

# Woocommerce

### Plugin Description

<figure><img src="/files/pfmsi2F7yqq0gQNHQgYx" alt=""><figcaption><p>Plugin settings (screenshot)</p></figcaption></figure>

***

### Production vs Staging environment

#### Staging

The staging environment is used for testing purposes.

#### Production

The production environment is used for live production purposes.

<table><thead><tr><th width="129">#</th><th width="342">Staging ENV</th><th>Production ENV</th></tr></thead><tbody><tr><td>Skladon API Server</td><td>https://api.skladon.net/v1/</td><td>https://api.skladon.cz/v1/</td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

### Plugin versions

**Current:** [<mark style="color:blue;">**2.0.35**</mark>](https://s3.eu-central-1.amazonaws.com/cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-plugin-v2.0.35.zip)

All versions:

[<mark style="color:blue;">2.0.35</mark>](https://s3.eu-central-1.amazonaws.com/cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-plugin-v2.0.35.zip)

[<mark style="color:blue;">2.0.34</mark>](https://s3.eu-central-1.amazonaws.com/cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-plugin-v2.0.34.zip)

[<mark style="color:blue;">2.0.31</mark>](https://s3.eu-central-1.amazonaws.com/cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-plugin-v2.0.31.zip)

[<mark style="color:blue;">2.0.30</mark>](https://s3.eu-central-1.amazonaws.com/cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-plugin-v2.0.30.zip)

[<mark style="color:blue;">2.0.29</mark>](https://s3.eu-central-1.amazonaws.com/cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-pluginv-v2.0.29.zip)

***

### API Key / credentials

Only our clients can obtain the API key. During the onboarding phase our client receives credentials for this type of integration.

***

### Shipment / Carrier mapping

Map your shipment methods with Skladon carriers.

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

***

### CRON synchronization

Using CRON for scheduled automatic synchronization

**Orders sync:** [https://**{your-eshop-domain}**/wp-json/skladon/v1/cron/q9r495mrkmrkkbbmz6u6](https://woo.skladon.cz/wp-json/skladon/v1/cron/q9r495mrkmrkkbbmz6u6)\
**STOCK sync:** [https://](https://woo.skladon.cz/wp-json/skladon/v1/productAvailability/q9r495mrkmrkkbbmz6u6)[**{your-eshop-domain}**](https://woo.skladon.cz/wp-json/skladon/v1/cron/q9r495mrkmrkkbbmz6u6)[/wp-json/skladon/v1/productAvailability/q9r495mrkmrkkbbmz6u6](https://woo.skladon.cz/wp-json/skladon/v1/productAvailability/q9r495mrkmrkkbbmz6u6)

***

### Plugin repository

**Current verison:** [2.0.35](https://cdn.skladon.cz/plugins/woocommerce/skladon-woocommerce-plugin-v2.0.35.zip)


---

# 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://dev.skladon.com/main/v2/integration/woocommerce.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.
