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

# App Marketplace & Integrations

> Connect WISEPIM to your store. Import products from Shopify, WooCommerce, Magento, and more, then export your enriched data straight back.

The App Marketplace connects WISEPIM to your e-commerce platforms and marketplaces. Once a platform is connected, you can import its products, enrich them, and export the improved data back. No manual copy-paste, no exports by hand.

<Info>
  An integration is a live link between WISEPIM and one of your stores. Set it up once, then import and export as often as you like.
</Info>

## What you can do

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/nFgXpMSqSdKYYDNe/images/marketing-screenshots/integrations/integrations-light-branded.webp?fit=max&auto=format&n=nFgXpMSqSdKYYDNe&q=85&s=a3e949b6a8fac5195a33e1b09542316b" alt="WISEPIM integrations catalog for Shopify, Amazon, WooCommerce and more" width="2400" height="1445" data-path="images/marketing-screenshots/integrations/integrations-light-branded.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/7FIOkX0xwTY9o5Cx/images/marketing-screenshots/integrations/integrations-dark-branded.webp?fit=max&auto=format&n=7FIOkX0xwTY9o5Cx&q=85&s=f3dcec70d9e3289a24a329083d71fb32" alt="WISEPIM integrations catalog for Shopify, Amazon, WooCommerce and more" width="2400" height="1445" data-path="images/marketing-screenshots/integrations/integrations-dark-branded.webp" />

With a connected integration, you can:

* **Import products** from your store into WISEPIM.
* **Enrich them** with AI: better titles, descriptions, attributes, and SEO.
* **Export the results** back to the same store, or to a different one.
* **Manage every channel** from one place.

<Tip>
  WISEPIM is multi-platform. You can import from one platform and export to another. Pull products from Magento, enrich them, and push them to Shopify.
</Tip>

## Supported platforms

Each platform has its own setup guide. Pick yours to see the exact steps.

<CardGroup cols={2}>
  <Card title="Shopify" icon="shopify" href="/en/integrations/shopify">
    Connect your Shopify store to import and export products.
  </Card>

  <Card title="WooCommerce" icon="wordpress" href="/en/integrations/woocommerce">
    Link your WordPress-based store and sync your catalog.
  </Card>

  <Card title="Magento 2" icon="magento" href="/en/integrations/magento">
    Connect Magento open-source or enterprise stores.
  </Card>

  <Card title="Lightspeed" icon="zap" href="/en/integrations/lightspeed">
    Connect your Lightspeed eCom shop in a few clicks.
  </Card>

  <Card title="CCV Shop" icon="shopping-cart" href="/en/integrations/cvv-shop">
    Connect this Dutch e-commerce platform to enrich your data.
  </Card>

  <Card title="Ecwid" icon="store" href="/en/integrations/ecwid">
    Link your Ecwid store and sync products.
  </Card>

  <Card title="Kaufland" icon="building-2" href="/en/integrations/kaufland">
    List and manage products on the German marketplace.
  </Card>

  <Card title="Webshopimporter" icon="box" href="/en/integrations/webshopimporter">
    Import dropshipment content and enrich it.
  </Card>
</CardGroup>

<Note>
  Can't find your platform? [Get in touch](https://swiftsync.ai/contact). We add new platforms regularly.
</Note>

## Connect a platform

The exact fields differ per platform, but the flow is the same.

<Steps>
  <Step title="Open the App Marketplace">
    Find it in the main navigation.
  </Step>

  <Step title="Choose your platform">
    Select the store or marketplace you want to connect.
  </Step>

  <Step title="Enter your credentials">
    Add the API key, token, or login details the platform needs. Your setup guide lists exactly what to enter.
  </Step>

  <Step title="Test the connection">
    Run the connection test. WISEPIM confirms it can reach your store.
  </Step>

  <Step title="Map your attributes">
    Match the platform's fields to your WISEPIM attributes, then save.
  </Step>
</Steps>

<Check>
  A green status means the connection is live. You're ready to import and export.
</Check>

### What you'll need

Credentials vary by platform. The most common ones:

| Platform        | Credentials                                 |
| --------------- | ------------------------------------------- |
| **Shopify**     | Private app credentials or API access token |
| **WooCommerce** | Consumer key and consumer secret            |
| **Magento 2**   | Admin user credentials and store view codes |
| **Kaufland**    | API key and secret from the seller portal   |

Your platform's setup guide lists the exact fields. Give each integration a clear name so you can spot it later.

## Map your attributes

Attribute mapping tells WISEPIM which platform field matches which WISEPIM attribute. Good mapping means clean imports and correctly formatted exports.

To set it up, open your integration and click **Map Attributes**. Match each source field to the right WISEPIM attribute, then save. The mapping is reused on every sync.

Common matches:

| Platform field | WISEPIM attribute     |
| -------------- | --------------------- |
| Product Title  | Name                  |
| Description    | Product Description   |
| SKU            | Product Identifier    |
| Images         | Product Images        |
| Price          | Cost or Selling Price |
| Color          | Main Color            |
| Size           | Apparel Size          |
| Category       | WISEPIM Category      |
| Brand          | Brand                 |
| SEO Title      | Meta Title            |

## Keep connections healthy

Each integration shows a status so you always know where it stands.

| Status        | Meaning                                |
| ------------- | -------------------------------------- |
| **Connected** | The connection is live and working.    |
| **Error**     | There's a connection or login problem. |
| **Idle**      | Configured but not in use.             |
| **Testing**   | A connection check is running.         |

WISEPIM tests every connection when you first set it up, and runs regular health checks after that. You can also test on demand from the integration's settings.

### Update your credentials

Update credentials when an API key expires, a store URL changes, or permissions are modified. Edit the integration, enter the new details, and re-test. Your attribute mappings stay intact.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Connection failed">
    * Check your API credentials. They may be wrong or expired.
    * Confirm the store URL is correct and the platform is online.
    * Make sure the API user has the right permissions.
    * Re-test the connection after any change.
  </Accordion>

  <Accordion title="Import or export fails">
    * Review your attribute mappings for mismatches.
    * Confirm all required fields are filled in.
    * Check that your data meets the target platform's format rules.
  </Accordion>

  <Accordion title="Sync is slow">
    * Process products in smaller batches.
    * Run large syncs during off-peak hours.
    * Platform rate limits cap how fast data transfers.
  </Accordion>

  <Accordion title="Data looks inconsistent">
    * Re-check your attribute mappings.
    * Run a sync again to refresh the affected products.
    * Confirm categories and images mapped correctly.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Supported platforms" icon="grid-2x2" href="/en/integrations/supported-platforms">
    See every platform WISEPIM connects to, with setup guides.
  </Card>

  <Card title="Importing products" icon="download" href="/en/essentials/importing-products">
    Pull products from a connected platform into WISEPIM.
  </Card>

  <Card title="Exporting products" icon="upload" href="/en/essentials/exporting-products">
    Push your enriched data back to your store.
  </Card>

  <Card title="Enriching products" icon="sparkles" href="/en/essentials/enriching-products">
    Improve your product data with AI before you export.
  </Card>
</CardGroup>
