# OnlineStoreTheme - admin-graphql - OBJECT Version: 2024-10 ## Description A theme for display on the storefront. ### Access Scopes `read_themes` access scope. ## Fields * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the theme was created. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the theme, set by the merchant. * [prefix](/docs/api/admin-graphql/2024-10/scalars/String): String! - The prefix of the theme. * [processing](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the theme is processing. * [processingFailed](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the theme processing failed. * [role](/docs/api/admin-graphql/2024-10/enums/ThemeRole): ThemeRole! - The role of the theme. * [themeStoreId](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The theme store ID. * [translations](/docs/api/admin-graphql/2024-10/objects/Translation): Translation! - The published translations associated with the resource. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the theme was last updated. ## Connections * [files](/docs/api/admin-graphql/2024-10/connections/OnlineStoreThemeFileConnection): OnlineStoreThemeFileConnection ## Related queries * [theme](/docs/api/admin-graphql/2024-10/queries/theme) Returns a particular theme for the shop. * [themes](/docs/api/admin-graphql/2024-10/queries/themes) Returns a paginated list of themes for the shop. ## Related mutations * [themeCreate](/docs/api/admin-graphql/2024-10/mutations/themeCreate) 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. * [themePublish](/docs/api/admin-graphql/2024-10/mutations/themePublish) Publishes a theme. * [themeUpdate](/docs/api/admin-graphql/2024-10/mutations/themeUpdate) Updates a theme. ## Related Unions ## Examples