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

# CCV Shop Integration

> Connect your CCV Shop store to WISEPIM. Generate API keys, add them to WISEPIM, and start syncing product data.

Connect WISEPIM to your CCV Shop store to import products, enrich them, and export them back. The connection uses API keys that you generate in CCV Shop and paste into WISEPIM. Setup takes a few minutes.

<Info>
  You need admin access to your CCV Shop store to generate API keys.
</Info>

## Generate API keys in CCV Shop

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

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-ccvshop-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=996d57adb6696a065331651657700c2e" alt="Connecting CCV Shop to WISEPIM, credentials, locale mapping and a live connection test" width="1478" height="2078" data-path="images/marketing-screenshots/integrations/integration-configure-ccvshop-dark-transparent.webp" />

First, create a key pair in your CCV Shop admin panel.

<Steps>
  <Step title="Open the API settings">
    Log in to your CCV Shop admin panel. Go to **Settings**, then **API & Webhooks**, then open the **API Keys** tab.
  </Step>

  <Step title="Create a new key">
    Click **Generate new API key** and fill in the details:

    * **Description**: a name you recognize, such as `WISEPIM Integration`
    * **Permissions**: enable both **read** and **write** for products
  </Step>

  <Step title="Save and copy your credentials">
    Click **Save**. CCV Shop gives you an **API Key** and an **API Secret**. Copy both and keep them somewhere safe. You enter them in WISEPIM next.
  </Step>
</Steps>

## Add the keys to WISEPIM

Next, connect the store in WISEPIM using the keys you just created.

<Steps>
  <Step title="Open the CCV Shop integration">
    Log in to WISEPIM. Go to **Settings**, then **Integrations**, and select **CCV Shop** from the list of platforms.
  </Step>

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

    * **API Key**: your CCV Shop API key
    * **API Secret**: your CCV Shop API secret
    * **Shop URL**: your store address, such as `https://your-store.ccvshop.com`
  </Step>

  <Step title="Save the connection">
    Click **Save** to store the configuration.
  </Step>
</Steps>

## Test the connection

Confirm that WISEPIM can reach your store before you sync anything.

<Steps>
  <Step title="Find your connection">
    Go to the **Integrations** page and find your CCV Shop connection.
  </Step>

  <Step title="Run the test">
    Click **Test Connection**.
  </Step>

  <Step title="Check the result">
    A confirmation message means you are connected. An error usually means a wrong key or shop URL: check both and test again.
  </Step>
</Steps>

<Check>
  Connected. You can now import, enrich, and export products through CCV Shop.
</Check>

<Note>
  Stuck during setup? Contact our support team and we will help you connect.
</Note>

## Keep your API keys safe

Treat your API keys like passwords. Anyone with them can access your store data.

* Never share your keys or post them publicly.
* Never commit keys to version control.
* Store keys in environment variables where you can.
* Rotate your keys regularly.
* Grant only the permissions the integration needs.

## Related

<CardGroup cols={3}>
  <Card title="Import products" icon="download" href="/en/essentials/importing-products">
    Pull products from CCV Shop into WISEPIM.
  </Card>

  <Card title="Enrich products" icon="wand-sparkles" href="/en/essentials/enriching-products">
    Improve product content with AI.
  </Card>

  <Card title="Export products" icon="upload" href="/en/essentials/exporting-products">
    Send products back to CCV Shop.
  </Card>
</CardGroup>
