Skip to main content
mutation

Requires Any of write_content, write_online_store_pages 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 isPublished 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.

•PageCreateInput!
required

The properties of the new page.


Was this section helpful?

Anchor to PageCreatePayload returnsPageCreatePayload returns

•Page

The page that was created.

•[PageCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?