Skip to main content
object

An error that occurs during the execution of PageUpdate.

•PageUpdateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•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?


Was this section helpful?