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

# PrestaShop Integration

> Connect your PrestaShop store to WISEPIM. Enable the webservice, create a key, add it in WISEPIM, and start syncing your catalog.

Connect your PrestaShop 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 PrestaShop.

Setup takes two steps: enable the webservice and create a key in PrestaShop, then add that key in WISEPIM.

<Info>
  You need admin access to your PrestaShop back office and a WISEPIM account with an active project.
</Info>

## Create a webservice key in PrestaShop

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-prestashop-light-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=2a4316fec5ec19b0d6afb146748260f8" alt="Connecting PrestaShop to WISEPIM, shop URL, webservice key, locale mapping and a live connection test" width="1478" height="1878" data-path="images/marketing-screenshots/integrations/integration-configure-prestashop-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-prestashop-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=9b5ad07f8511e9a7806a5a1f4e39b3a3" alt="Connecting PrestaShop to WISEPIM, shop URL, webservice key, locale mapping and a live connection test" width="1478" height="1878" data-path="images/marketing-screenshots/integrations/integration-configure-prestashop-dark-transparent.webp" />

PrestaShop uses a single webservice key that acts as both the username and the password for the API.

<Steps>
  <Step title="Open the Webservice settings">
    Log in to your PrestaShop back office. Go to **Advanced Parameters** > **Webservice**.
  </Step>

  <Step title="Enable the webservice">
    Set **Enable PrestaShop's webservice** to **Yes** and save.
  </Step>

  <Step title="Add a new key">
    Click **Add new webservice key**, then set the permissions to allow access to **products** (and any related resources you sync, such as images and categories).
  </Step>

  <Step title="Copy the key">
    Save, then copy the generated key. You need it in the next step.
  </Step>
</Steps>

## Add your key to WISEPIM

Enter the key from PrestaShop to finish the connection.

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

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

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

    * **Shop URL**: your PrestaShop store URL, including `https://` (for example, `https://your-store.com`)
    * **Webservice Key**: the key you generated in PrestaShop
  </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 PrestaShop store is now connected. You can start importing products.
</Check>

<Warning>
  Your webservice key gives full access to the resources you granted it. Never share it publicly or commit it to version control. If you think it is exposed, delete the key in PrestaShop and create a new one.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Check your shop URL first. It must be correct and start with `https://`. Then confirm the webservice is enabled and that your key has permission for **products**.
  </Accordion>

  <Accordion title="WISEPIM cannot reach your store">
    Make sure your PrestaShop store is online and reachable from the internet, and that the webservice endpoint at `/api` is not blocked by a firewall or security plugin.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Import products" icon="download" href="/en/essentials/importing-products">
    Pull your catalog from PrestaShop 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 PrestaShop.
  </Card>

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