pages
List of the shop's pages.
PageConnection arguments
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
n
elements from the paginated list.- Anchor to lastlast•Int
The last
n
elements from the paginated list.- Anchor to queryquery•String
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.
- Anchor to default•string
Filter by a case-insensitive search of multiple fields in a document.
query=Bob Norman
query=title:green hoodie
- Anchor to created_at•time
Filter by the date and time when the page was created.
created_at:>'2020-10-21T23:39:20Z'
created_at:<now
created_at:<=2024
- Anchor to handle•string
Filter by the handle of the page.
- Anchor to published_at•time
Filter by the date and time when the page was published.
published_at:>'2020-10-21T23:39:20Z'
published_at:<now
published_at:<=2024
- Anchor to published_status•string
Filter by published status
- Anchor to title•string
Filter by the title of the page.
- Anchor to updated_at•time
Filter by the date and time when the page was last updated.
updated_at:>'2020-10-21T23:39:20Z'
updated_at:<now
updated_at:<=2024
Example:
Example:
Example:
Example:
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to savedSearchIdsaved
Search Id