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