--- title: PageUpdatePayload - GraphQL Admin description: Return type for `pageUpdate` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/pageupdatepayload md: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/pageupdatepayload.md --- # Page​Update​Payload payload Return type for `pageUpdate` mutation. ## Fields * page [Page](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Page) The page that was updated. * user​Errors [\[Page​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PageUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [page​Update](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/pageUpdate) 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. *** ## Map ### Mutations with this payload * [page​Update](https://shopify.dev/docs/api/admin-graphql/2025-01/types/pageUpdate)