This repository contains source code of Shopify product selector custom element for Kentico Kontent
- Register a private app with Shopify
- Deploy the code to a secure public host
- See the deploying section for a really quick option
- Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
- The
Hosted code URL
is where you deployed to in step 1 - Configure the JSON parameters as detailed in the JSON Parameters section
- The
You will also need to provide the following JSON parameters for the custom element to connect to your store. Replace the placeholders with the actual values from the Shopify admin UI:
{
"storeFrontAccessToken": "<YOUR ACCESS TOKEN>",
"apiEndpoint": "https://<YOUR STORE NAME>.myshopify.com/api/graphql"
}
Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.
Originally contributed by @kenticomartinh