General
ID
Description | Example Value |
Shopify's unique page identifier |
|
If present, the ID will be used to find an existing page on the store. When importing, the ID will be used to see if the page already exists. If there's no ID match the app will attempt to find an existing page using the Handle
.
Handle
Description | Example Value |
URL-friendly version of the title |
|
The handle is the URL-friendly version of the page title used in the page's URL. The handle is used for finding an existing page on the store if the ID
is not present.
Command
Description | Example Value |
Action to perform: MERGE, DELETE, NEW |
|
MERGE: Update existing page or create if not found
DELETE: Remove the page from the store
NEW: Create a new page (will fail if page already exists)
Title
Description | Example Value |
Page title |
|
The main title of the page that will be displayed to visitors and used in search results.
Author
Description | Example Value |
Name of the page author |
|
The name of the person who authored the page. This appears in the page's metadata.
Body HTML
Description | Example Value |
Page content in HTML format |
|
The main content of the page in HTML format. This is what visitors will see when they visit the page.
Created At
Description | Example Value |
When page was created |
|
The timestamp when the page was originally created in Shopify.
Updated At
Description | Example Value |
When page was last modified |
|
The timestamp when the page was last modified or updated.
Published
Description | Example Value |
Whether the page is published |
|
TRUE: Page is published and visible to customers
FALSE: Page is unpublished and hidden from customers
Published At
Description | Example Value |
When page was published |
|
If 'Published At' is in the future, the page will be scheduled for publication at that time.
ISO-formatted timestamps (eg, 2025-06-01T10:00:00Z
) are also supported. If no timezone is specified, the store's timezone will be used.
Template Suffix
Description | Example Value |
Alternative template for page |
|
Allows you to use a custom template for displaying this specific page.
Metafields and SEO
Metafields can be imported and exported with pages to store custom metadata, SEO information, and additional attributes.
For detailed information about working with metafields, see our Metafields guide.
Export Filters
You can use these filters to limit which pages are exported:
created_at
: Filter by creation dateupdated_at
: Filter by last modification datepublished_at
: Filter by publish datehandle
: Filter by page handletitle
: Filter by page title