DanDomain

Sync Data

Learn how to sync and customize data from your DanDomain store

Sync your DanDomain products and attributes to Clerk. This guide covers setting up API access and syncing your catalog.

Enable API Access #

Before syncing your catalog, you need to enable API access in your DanDomain store:

  1. In your DanDomain administration, go to Indstillinger > API: SOAP.
API setup in DanDomain
  1. Under API generelt, check the box for API adgang.
  2. Click Gem to save the settings.
Enable API access

Create API User #

To allow Clerk to access your store data, create a dedicated API user:

  1. Go to Indstillinger > Medarbejdere > Opret medarbejder.

Add user
Add user form

  1. Fill out the user details:
    • Fornavn: Clerk API
    • Efternavn: Access
    • Email: api@INSERT_DOMAIN (replace INSERT_DOMAIN with your actual domain, e.g., example.dk)
    • Password: Choose a secure password
User details
  1. Scroll down to Tilladelser and select API.
  2. Click Gem to create the user.
User permissions
Write down your username and password when setting them up. You will need these credentials for the sync configuration.

Configure Sync in Clerk #

  1. Go to my.clerk.io > Data > Configuration.
  2. Select DanDomain as your sync method.
  3. Enter the following details:
    • Shop ID: Found in the top right corner on the Hjem page in DanDomain.
    • API Username: The email you created for the API user.
    • API Password: The password for the API user.
Shop ID location
  1. Click Save and then Start Sync when you are ready.

Import Blog Pages #

If you want to import your blog pages to use with Clerk Search or Recommendations:

  1. Go to your blog page on your webshop.
  2. Inspect the <body> tag in your browser’s developer tools.
  3. Look for a class called PageIdNUM, where NUM is the Page ID you need.
Find Page ID
  1. In my.clerk.io > Data > Configuration, enter this Page ID in the Blog Page ID field.
  2. Click Save and start a new sync.