Allow destination stores to sync all pages, blogs and articles
Enable sync setting in Source store
Open the app in Source store > click Settings
Scroll down to Share Pages and Share Blogs & Articles part > enable the settings
Click Save

How the sync works?
You enable the option in the source store settings.
Destination stores can then sync all Pages, Blogs, and Articles from the source store.
The synced content will appear in the destination store with the same title, body content, and URL handle.
The page and blog sync is also based on the sync configuration when you connect 2 stores.

Create new items if not exist and update current items that have the same identifier
The app will:
Create new Pages/Blogs in the Destination store if they don’t already exist.
Update existing Pages/Blogs in the Destination that have the same handle (URL path) as the Source.
Example
Source store: sunrise-and-flower.myshopify.com
Destination store: sunset-and-plant.myshopify.com
If you have a page in the Source:
https://sunrise-and-flower.myshopify.com/pages/contact
The app will:
Create
https://sunset-and-plant.myshopify.com/pages/contact
on the Destination store if it doesn’t exist.Keep syncing changes from the Source to this page on the Destination.
Only update current items that have the same identifier
The app will:
Not create new Pages or Blogs.
Only update existing items in the Destination store that have the same handle as those in the Source.
Example
If
pages/contact
exists in both Source and Destination:The app will sync any updates from Source to Destination.
If
pages/faq
exists only in the Source:It will not be created in the Destination.
Create new items if connection is accepted
The app will:
Only sync new Pages/Blogs created after the connection is accepted.
Existing content from the Source store won’t be synced unless it’s newly created.
Example
You connect two stores on August 5th.
On August 6th, you create a new blog post
blog/welcome
on the Source.This post will be synced to the Destination.
A blog created before August 5th, like
blog/sale
, will not be synced.

Last updated