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

# Sylius Integration

> Connect your Sylius store to WISEPIM. Add your API access token, test the connection, and start syncing your catalog.

Connect your Sylius store to WISEPIM to manage your whole catalog from one place. Sylius is an open-source, Symfony-based commerce platform. Once connected, you can import products, enrich them with AI, and push the improved content back to Sylius.

Setup takes two steps: get an admin API access token from Sylius, then add it in WISEPIM.

<Info>
  You need admin access to your Sylius store and a WISEPIM account with an active project. WISEPIM connects through the Sylius Admin API.
</Info>

## Get your API access token

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-sylius-light-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=c44e6d3c5ce1afd448343a4566a031ec" alt="Connecting Sylius to WISEPIM, store URL, access token, locale mapping and a live connection test" width="1478" height="2054" data-path="images/marketing-screenshots/integrations/integration-configure-sylius-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-sylius-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=9875e36b46bfd9feea25659cd23d7017" alt="Connecting Sylius to WISEPIM, store URL, access token, locale mapping and a live connection test" width="1478" height="2054" data-path="images/marketing-screenshots/integrations/integration-configure-sylius-dark-transparent.webp" />

Sylius issues a bearer token for an administrator account through its API.

<Steps>
  <Step title="Confirm API access">
    Make sure your Sylius installation exposes the Admin API and that you have an administrator account that can manage products.
  </Step>

  <Step title="Request an access token">
    Authenticate against the Sylius admin authentication token endpoint with your administrator credentials to receive a bearer token. If you use an OAuth client, note its **Client ID** and **Client Secret** as well.
  </Step>

  <Step title="Copy the token">
    Copy the access token. You need it in the next step.
  </Step>

  <Step title="Note your store URL">
    Your store URL is your Sylius base address, for example `https://your-store.com`.
  </Step>
</Steps>

## Add your credentials to WISEPIM

Enter the values from Sylius to finish the connection.

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

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

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

    * **Sylius URL**: your store URL, including `https://` (for example, `https://your-store.com`)
    * **Access Token**: the bearer token from Sylius
    * **Client ID** and **Client Secret**: optional, only if your setup uses an OAuth client
  </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 Sylius store is now connected. You can start importing products.
</Check>

<Warning>
  Your access token gives full access to your catalog through the Admin API. Never share it publicly or commit it to version control. If you think it is exposed, revoke it in Sylius and issue a new one.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Check your store URL first. It must be correct and start with `https://`. Then confirm you copied the access token exactly, with no extra spaces.
  </Accordion>

  <Accordion title="The token expired">
    Sylius access tokens are time-limited. If exports stop working, issue a fresh token and update it in WISEPIM.
  </Accordion>
</AccordionGroup>

## Related

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

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