--- title: PageCreatePayload - GraphQL Admin description: Return type for `pageCreate` 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/pagecreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pagecreatepayload.md --- # Page​Create​Payload payload Return type for `pageCreate` mutation. ## Fields * page [Page](https://shopify.dev/docs/api/admin-graphql/latest/objects/Page) The page that was created. * user​Errors [\[Page​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PageCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [page​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pageCreate) mutation Creates a page. *** ## Map ### Mutations with this payload * [page​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/pageCreate)