Anchor to OnlineStoreThemeFileOperationResultOnline
OnlineStoreThemeFileOperationResult
object
Requires access scope.
Represents the result of a copy, delete, or write operation performed on a theme file.
Anchor to FieldsFields
- Anchor to checksumMd5checksum•
Md5 The md5 digest of the theme file for data integrity.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the theme file was created.
- Anchor to filenamefilename•String!non-null
Unique identifier of the theme file.
- Anchor to sizesize•Unsigned
Int64! non-null The size of the theme file in bytes.
- Anchor to updatedAtupdated•
At DateTime! non-null The date and time when the theme file was last updated.
Was this section helpful?
Map
No referencing types
Anchor to MutationsMutations
- •mutation
Copy theme files. Copying to existing theme files will overwrite them.
- •mutation
Deletes a theme's files.
- •mutation
Create or update theme files.
Was this section helpful?