Integration guide
Shopify
Publish to your store blog with a custom app you create in your own Shopify admin.
Open the Shopify Dev Dashboard
Log in to Shopify and open the Dev Dashboard. You can also go to Settings, then Apps in Shopify admin and click Build apps in Dev Dashboard.
Create an app
Click Create app, choose Start from Dev Dashboard, and name it Springso.
Create a version with the Admin API scopes
Open the Versions tab. Set the app URL to https://shopify.dev/apps/default-app-home if you do not need an admin screen. Under Admin API scopes, enable:
- read_content
- write_content
Release the version and install the app
Click Release to save the version, then go to Home, Install app, select your store, and click Install.
Copy your store domain
Copy the .myshopify.com domain from your Shopify admin, not your public storefront address.
Copy the Client ID and Client Secret
In the Dev Dashboard, open Settings for your Springso app and copy both credentials.
Paste them into Springso
In Springso, open Settings, Integrations, Shopify. Paste the domain, Client ID and Client Secret, then click Connect. Springso tests the connection and only saves it if the test passes.
