E-Commerce
Shopify Integration
Publish blog posts to your Shopify store's blog and keep your customers updated with fresh content.
Prerequisites
- • A Shopify store (any plan)
- • A Custom App created in your Shopify admin
- • Admin API permissions for articles and blog management
- • The Blog ID where posts will be published
Creating a Custom App
- Go to your Shopify Admin → Settings → Apps and sales channels
- Click Develop apps
- Click Allow app development if prompted
- Click Create an app and name it "VisualRef"
- Configure Admin API scopes:
write_articlesandread_articles - Install the app and copy your API credentials
Finding Your Blog ID
- Go to your Shopify Admin → Blog posts
- Click on the blog you want to publish to
- Look at the URL:
/admin/blogs/{blog_id}/articles - The number in the URL is your Blog ID
Configuration
In the VisualRef dashboard, enter:
- • Store Name: Your Shopify store domain (e.g., your-store.myshopify.com)
- • Client ID: From your custom app credentials
- • Client Secret: From your custom app credentials
- • Blog ID: The numeric ID of your target blog
- • Author Name: (Optional) Default author for posts
- • Publish Status: Draft or Published immediately
Need Help?
Ensure your Shopify store has at least one blog created. The API credentials must have write permissions for articles. Contact Shopify support if you're on a development store with limited API access.