> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rimdian.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WooCommerce

Integrating Rimdian with WooCommerce allows you to collect users navigation, import previous orders & customers and sync your data in real-time with webhooks.

The integration is composed of 2 steps:

1. Adding the [JavaScript SDK](/integration/javascript-sdk) on your template
2. Creating a WooCommerce API key and connecting it with Rimdian

## Adding the JavaScript SDK

<Tip>Make sure to read the [JavaScript SDK documentation](/integration/javascript-sdk) before moving forward.</Tip>

This integration requires the intervention of a frontend web developer.

## Creating a WooCommerce API key for Rimdian

In order to be able to import the previous orders & customers, and receive updates in real-time via webhooks, we need to connect Rimdian to your WooCommerce store API.

1. Go to `WooCommerce > Settings > Advanced > REST API`
2. Click on the button `Add key`
3. Select the `Read` permission
4. Then click on the button `Generate API key`
5. Grab the `Consumer key` and `Consumer secret`, and paste them into your Rimdian WooCommerce app.
6. Then connect your WooCommerce app in Rimdian

<img src="https://mintcdn.com/rimdian/JFZ7IIAz3hb1kgaO/apps/woocommerce/woocommerce-api-keys-settings.png?fit=max&auto=format&n=JFZ7IIAz3hb1kgaO&q=85&s=b99a3c9564563860e6240a7f765b6fc0" alt="WooCommerce settings" width="2474" height="1090" data-path="apps/woocommerce/woocommerce-api-keys-settings.png" />

<img src="https://mintcdn.com/rimdian/JFZ7IIAz3hb1kgaO/apps/woocommerce/woocommerce-creating-api-keys.png?fit=max&auto=format&n=JFZ7IIAz3hb1kgaO&q=85&s=35b27664e4e0158695f0ee5cdf8e83ec" alt="Create a WooCommerce API key" width="1622" height="788" data-path="apps/woocommerce/woocommerce-creating-api-keys.png" />

<img src="https://mintcdn.com/rimdian/JFZ7IIAz3hb1kgaO/apps/woocommerce/woocommerce-api-key-generated.png?fit=max&auto=format&n=JFZ7IIAz3hb1kgaO&q=85&s=6c4d1029c5b2b8b7d58aab0ac69c8a33" alt="Get the app keys" width="2110" height="1060" data-path="apps/woocommerce/woocommerce-api-key-generated.png" />
