Mystore
Get Started
Connecting your Store #
The first step of installing Clerk.io is connecting your store with your Clerk.io account.
1. 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.
2. Configure MyStore 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.
3. Sync your data #
- In MyStore, create your product feed and copy its URL.
- Go to my.clerk.io > Data > Configuration and paste the feed URL into the appropriate field.
- Select the language of your domain.
- Click Start Sync and wait for the sync to complete.