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

# WooCommerce Integration

> Connect your WooCommerce store to WISEPIM. Create REST API keys, add them in WISEPIM, and start syncing your product catalog.

Connect your WooCommerce store to WISEPIM to manage your whole catalog from one place. Once connected, you can import products, enrich them with AI, and push the improved content back to WooCommerce.

Setup takes two steps: create REST API keys in WooCommerce, then add those keys in WISEPIM.

<Info>
  You need admin access to your WordPress site and a WISEPIM account with an active project.
</Info>

## Create your API keys in WooCommerce

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/7FIOkX0xwTY9o5Cx/images/marketing-screenshots/integrations/integration-configure-woocommerce-light-transparent.webp?fit=max&auto=format&n=7FIOkX0xwTY9o5Cx&q=85&s=8c30df98c478ad5616b8994b04af47d3" alt="Connecting WooCommerce to WISEPIM, credentials, locale mapping and a live connection test" width="1478" height="1966" data-path="images/marketing-screenshots/integrations/integration-configure-woocommerce-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/7FIOkX0xwTY9o5Cx/images/marketing-screenshots/integrations/integration-configure-woocommerce-dark-transparent.webp?fit=max&auto=format&n=7FIOkX0xwTY9o5Cx&q=85&s=4a91559a57091c7d67b3412111fb9566" alt="Connecting WooCommerce to WISEPIM, credentials, locale mapping and a live connection test" width="1478" height="1966" data-path="images/marketing-screenshots/integrations/integration-configure-woocommerce-dark-transparent.webp" />

Generate a key pair in WooCommerce so WISEPIM can read and update your products.

<Steps>
  <Step title="Open the REST API settings">
    Log in to your WordPress admin panel. Go to **WooCommerce** > **Settings** > **Advanced** > **REST API**.
  </Step>

  <Step title="Add a new key">
    Click **Add Key**, then fill in the details:

    * **Description**: a name you recognize, such as WISEPIM Integration
    * **User**: select an admin user
    * **Permissions**: Read/Write
  </Step>

  <Step title="Generate the key">
    Click **Generate API Key**. WooCommerce shows you a **Consumer Key** and a **Consumer Secret**.
  </Step>

  <Step title="Copy both values">
    Copy the Consumer Key and Consumer Secret now. You need them in the next step, and the secret is only shown once.
  </Step>
</Steps>

## Add your keys to WISEPIM

Enter the keys from WooCommerce to finish the connection.

<Steps>
  <Step title="Open Integrations">
    Log in to WISEPIM and go to **Settings** > **Integrations**.
  </Step>

  <Step title="Select WooCommerce">
    Find and click the **WooCommerce** integration tile.
  </Step>

  <Step title="Enter your credentials">
    Fill in the following fields:

    * **Store URL**: your WooCommerce store URL, including `https://` (for example, `https://your-store.com`)
    * **Consumer Key**: the Consumer Key from WooCommerce
    * **Consumer Secret**: the Consumer Secret from WooCommerce
  </Step>

  <Step title="Test the connection">
    Click **Test Connection** to confirm your credentials work.
  </Step>

  <Step title="Save">
    If the test succeeds, click **Save**.
  </Step>
</Steps>

<Check>
  Your WooCommerce store is now connected. You can start importing products.
</Check>

<Warning>
  Your API keys give full access to your store data. Never share them publicly or commit them to version control. If you think a key is exposed, revoke it in WooCommerce and create a new one.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Check your store URL first. It must be correct and start with `https://`. Then confirm you copied the Consumer Key and Consumer Secret exactly, with no extra spaces.
  </Accordion>

  <Accordion title="WISEPIM cannot reach your store">
    Make sure your WooCommerce store is online and reachable from the internet. Confirm the REST API is enabled on your WordPress site.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Import products" icon="download" href="/en/essentials/importing-products">
    Pull your catalog from WooCommerce into WISEPIM.
  </Card>

  <Card title="Enrich products" icon="sparkles" href="/en/essentials/enriching-products">
    Improve titles, descriptions, and SEO with AI.
  </Card>

  <Card title="Export products" icon="upload" href="/en/essentials/exporting-products">
    Push the improved content back to WooCommerce.
  </Card>

  <Card title="All platforms" icon="layout-grid" href="/en/integrations/supported-platforms">
    See every platform WISEPIM connects to.
  </Card>
</CardGroup>
