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

# Picqer Integration

> Connect your Picqer warehouse to WISEPIM. Add your API key, test the connection, and import products with live stock levels.

Connect your Picqer warehouse to WISEPIM to bring your products and live stock levels into one place. Picqer is a warehouse management system (WMS). Once connected, you can import products from Picqer and enrich them with AI.

<Note>
  Picqer is an **import-only** integration. WISEPIM reads products and stock from Picqer but does not push changes back to it. Use one of the e-commerce platform integrations to export your enriched content to a store.
</Note>

Setup takes two steps: get your API key from Picqer, then add it in WISEPIM.

<Info>
  You need access to your Picqer account settings and a WISEPIM account with an active project.
</Info>

## Get your API key from Picqer

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/qIaYT_5-oEVfT_tl/images/marketing-screenshots/integrations/integration-configure-picqer-light-transparent.webp?fit=max&auto=format&n=qIaYT_5-oEVfT_tl&q=85&s=23c29101ac4ce14c6845d5d1c90ba0e4" alt="Connecting Picqer to WISEPIM, subdomain, API key, warehouse ID and a live connection test" width="1478" height="1598" data-path="images/marketing-screenshots/integrations/integration-configure-picqer-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/e4PgwKfOyqjZxFGF/images/marketing-screenshots/integrations/integration-configure-picqer-dark-transparent.webp?fit=max&auto=format&n=e4PgwKfOyqjZxFGF&q=85&s=039ab6110c9d2a407b76f0d3a69e86df" alt="Connecting Picqer to WISEPIM, subdomain, API key, warehouse ID and a live connection test" width="1478" height="1598" data-path="images/marketing-screenshots/integrations/integration-configure-picqer-dark-transparent.webp" />

Picqer issues an API key from your account settings.

<Steps>
  <Step title="Open the API settings">
    Log in to Picqer. Go to **Settings** > **API** (Instellingen > API).
  </Step>

  <Step title="Create an API key">
    Create a new API key, or copy an existing one.
  </Step>

  <Step title="Note your subdomain">
    Your subdomain is the part before `.picqer.com`. If your Picqer is at `acme.picqer.com`, your subdomain is `acme`.
  </Step>

  <Step title="Find your Warehouse ID (optional)">
    If you want stock from a single warehouse, note its Warehouse ID. Leave it empty to total stock across every warehouse.
  </Step>
</Steps>

## Add your credentials to WISEPIM

Enter the values from Picqer to finish the connection.

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

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

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

    * **Subdomain**: just the subdomain, for example `acme` for `acme.picqer.com`
    * **API Key**: the key from your Picqer settings
    * **Warehouse ID**: optional, leave empty to total stock across every warehouse
  </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 Picqer warehouse is now connected. You can import products and stock.
</Check>

<Warning>
  Your API key gives access to your Picqer data. Never share it publicly or commit it to version control. If you think it is exposed, delete the key in Picqer and create a new one.
</Warning>

## Use Picqer in the Automation Builder

Picqer is available as a step in the [Automation Builder](/en/automations/builder). Instead of importing by hand, you can let an automation pull your products and stock on a schedule, then continue with the rest of your flow.

### Sync stock to your other projects

The Picqer step can also push stock into your other WISEPIM projects. This is useful when the same articles are sold from several projects, for example one project per shop or per market. You keep one warehouse as the source of truth.

Pick the extra projects in the step, and after each run WISEPIM copies the stock values to products with the same SKU in those projects.

Only these three values travel across:

| Field              | What it does                             |
| ------------------ | ---------------------------------------- |
| **Stock quantity** | The number of units on hand              |
| **Stock status**   | In stock, out of stock, and so on        |
| **Manage stock**   | Whether stock is tracked for the product |

<Note>
  Matching is done on SKU. A product in another project only gets the update if its SKU matches exactly. You can only sync to projects that belong to the same account.
</Note>

<Info>
  Nothing else is copied. Names, descriptions, prices and images in your other projects stay untouched.
</Info>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Check your subdomain first, enter only the part before `.picqer.com`, with no `https://` and no full domain. Then confirm you copied the API key exactly, with no extra spaces.
  </Accordion>

  <Accordion title="Stock numbers look wrong">
    If you set a Warehouse ID, WISEPIM only counts stock in that warehouse. Clear the field to total stock across all of your warehouses.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Import products" icon="download" href="/en/essentials/importing-products">
    Pull your products and stock from Picqer 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">
    Send the enriched content to your store platform.
  </Card>

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