Anchor to PageUpdateUserErrorPage
objectPage Update User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (PageUpdateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Page
Update User Error Code The error code.
Show enum values
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- pageUpdate (PageUpdatePayload)
- •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
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.
Show payload
- •ID!required
The ID of the page to be updated.
- Anchor to pagepage•Page
Update Input! required The properties of the page to be updated.
Show input fields
Arguments
Was this section helpful?