Anchor to pageCreatepage
mutationpage Create
Requires Any of , access scopes.
Creates a Page for the online store.
Pages contain custom content like "About Us" or "Contact" information that merchants display outside their product catalog. The page requires a title and can include HTML content, publishing settings, and custom template suffixes. You can control visibility through the flag or schedule publication with a specific date.
The mutation returns the complete page object upon successful creation or validation errors if the input is invalid.
Anchor to Arguments
Arguments
- page (PageCreateInput!)
- Anchor to pagepage•Page
Create Input! required The properties of the new page.
Was this section helpful?
- page (Page)
- userErrors ([PageCreateUserError!]!)
- Anchor to pagepage•Page
The page that was created.
- Anchor to userErrorsuser•[Page
Errors Create User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?