Get Started
Get Clerk up and running on your MyStore webshop. This guide walks you through connecting your store, configuring the module, and syncing your data.
Connecting your store #
The first step of installing Clerk.io is connecting your store with your Clerk.io account.
Add store #
After logging in to my.clerk.io, the first thing you need to do is add your store:
Write the Name and Domain of your webshop.
Choose MyStore as the Platform and choose your Currency.
Click Add Store.
Configure module #
In your MyStore backend, open the Clerk.io module.
Under Design-innstillinger, set Clerk API Key to your Clerk.io Public Key.
Save your changes.
Keys location #
Your Public Key and Private Key are in my.clerk.io > Developers > API Keys.
If you see INSERT_PUBLIC_API_KEY in any code example, replace it with your Public Key from my.clerk.io > Developers > API Keys.
Sync data #
Syncing data connects your MyStore webshop to Clerk, allowing Clerk to access your products, orders, customers, and other store information. This enables Clerk to provide personalized recommendations and search results based on your actual store data. Follow the steps in the Sync Data guide to set up the data sync.