Skip to main content
payload

Return type for pageUpdate mutation.

•Page

The page that was updated.

•[PageUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates an existing page's content and settings.

For example, merchants can update their "Shipping Policy" page when rates change, or refresh their "About Us" page with new team information.

Use the pageUpdate mutation to:

  • Update page content and titles
  • Modify publication status
  • Change page handles for URL structure
  • Adjust template settings

The mutation supports partial updates, allowing specific changes while preserving other page properties.

Arguments

•ID!
required

The ID of the page to be updated.

•PageUpdateInput!
required

The properties of the page to be updated.



Was this section helpful?