# OnlineStoreThemeFile - admin - OBJECT
Version: 2024-10

## Description
Represents a theme file.

### Access Scopes
`read_themes` access scope.


## Fields
* [body](/docs/api/admin/2024-10/unions/OnlineStoreThemeFileBody): OnlineStoreThemeFileBody! - The body of the theme file.
* [checksumMd5](/docs/api/admin/2024-10/scalars/String): String - The md5 digest of the theme file for data integrity.
* [contentType](/docs/api/admin/2024-10/scalars/String): String! - The content type of the theme file.
* [createdAt](/docs/api/admin/2024-10/scalars/DateTime): DateTime! - The date and time when the theme file was created.
* [filename](/docs/api/admin/2024-10/scalars/String): String! - The unique identifier of the theme file.
* [size](/docs/api/admin/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The size of the theme file in bytes.
* [updatedAt](/docs/api/admin/2024-10/scalars/DateTime): DateTime! - The date and time when the theme file was last updated.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples