> ## 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/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-picqer-light-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=89adad74332ef3e5b15a5fba099e3b67" 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/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-picqer-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=ca823256d7efff1e1cb2a161ca3cfb60" 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>

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