--- title: ThemeCreatePayload - GraphQL Admin description: Return type for `themeCreate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/themecreatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/themecreatepayload.md --- # Theme​Create​Payload payload Return type for `themeCreate` mutation. ## Fields * theme [Online​Store​Theme](https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnlineStoreTheme) The theme that was created. * user​Errors [\[Theme​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ThemeCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [theme​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/themeCreate) mutation Creates a theme using an external URL or for files that were previously uploaded using the [stagedUploadsCreate mutation](https://shopify.dev/api/admin-graphql/latest/mutations/stageduploadscreate). These themes are added to the [Themes page](https://admin.shopify.com/themes) in Shopify admin. *** ## Map ### Mutations with this payload * [theme​Create](https://shopify.dev/docs/api/admin-graphql/unstable/types/themeCreate)