--- title: OnlineStoreThemeFileReadResult - GraphQL Admin description: Represents the result of a read operation performed on a theme asset. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/onlinestorethemefilereadresult md: https://shopify.dev/docs/api/admin-graphql/latest/objects/onlinestorethemefilereadresult.md --- # Online​Store​Theme​File​Read​Result object Requires `read_themes` access scope. Represents the result of a read operation performed on a theme asset. ## Fields * code [Online​Store​Theme​File​Result​Type!](https://shopify.dev/docs/api/admin-graphql/latest/enums/OnlineStoreThemeFileResultType) non-null Type that indicates the result of the operation. * filename [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null Unique identifier associated with the operation and the theme file. *** ## Map ### Connections with this object * <->[OnlineStoreThemeFileConnection.userErrors](https://shopify.dev/docs/api/admin-graphql/latest/connections/OnlineStoreThemeFileConnection#returns-userErrors)