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

# Squarespace Integration

> Connect your Squarespace store to WISEPIM. Create a Commerce API key, add it in WISEPIM, and start syncing your catalog.

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

Setup takes two steps: create an API key in Squarespace, then add it in WISEPIM.

<Info>
  You need a Squarespace Commerce plan with API access and a WISEPIM account with an active project.
</Info>

## Create an API key in Squarespace

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-squarespace-light-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=0c772a259784860adcbca344b1164084" alt="Connecting Squarespace to WISEPIM, API key, site ID and a live connection test" width="1478" height="1782" data-path="images/marketing-screenshots/integrations/integration-configure-squarespace-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-squarespace-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=12ec1a74115a7fd01ad7e1ca0ae6dcc3" alt="Connecting Squarespace to WISEPIM, API key, site ID and a live connection test" width="1478" height="1782" data-path="images/marketing-screenshots/integrations/integration-configure-squarespace-dark-transparent.webp" />

Squarespace issues an API key with the permissions you choose.

<Steps>
  <Step title="Open Developer API Keys">
    Log in to Squarespace. Go to **Settings** > **Advanced** > **Developer API Keys**.
  </Step>

  <Step title="Generate a key">
    Click **Generate Key**, name it WISEPIM, and grant **Products** permission with read and write access.
  </Step>

  <Step title="Copy the key">
    Copy the generated API key now. It is only shown once.
  </Step>

  <Step title="Find your Site ID">
    Your Site ID appears in your Squarespace account settings, or in the URL of your site's admin. Copy it for the next step.
  </Step>
</Steps>

## Add your credentials to WISEPIM

Enter the values from Squarespace to finish the connection.

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

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

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

    * **API Key**: the key you generated in Squarespace
    * **Site ID**: your Squarespace site identifier
  </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 Squarespace store is now connected. You can start importing products.
</Check>

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

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Confirm you copied the API key exactly, with no extra spaces, and that the key has **Products** read and write permission. Then check that your Site ID is correct.
  </Accordion>

  <Accordion title="The key has no Products permission">
    Squarespace scopes each key to specific resources. Generate a new key and make sure **Products** is selected before saving.
  </Accordion>
</AccordionGroup>

## Related

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

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