--- title: ThemeUpdatePayload - GraphQL Admin description: Return type for `themeUpdate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/themeupdatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/themeupdatepayload.md --- # Theme​Update​Payload payload Return type for `themeUpdate` mutation. ## Fields * theme [Online​Store​Theme](https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnlineStoreTheme) The theme that was updated. * user​Errors [\[Theme​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ThemeUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [theme​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/themeUpdate) mutation Updates a theme. *** ## Map ### Mutations with this payload * [theme​Update](https://shopify.dev/docs/api/admin-graphql/unstable/types/themeUpdate)