Anchor to pageUpdatepage
mutationpage Update
Requires Any of , access scopes.
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.
Anchor to Arguments
Arguments
- •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.
Was this section helpful?
- Anchor to pagepage•Page
The page that was updated.
- Anchor to userErrorsuser•[Page
Errors Update User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?