Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to OnlineStoreThemeFileOperationResult

OnlineStoreThemeFileOperationResult

object

Requires read_themes access scope.

Represents the result of a copy, delete, or write operation performed on a theme file.

•

The md5 digest of the theme file for data integrity.

•
DateTime!non-null

The date and time when the theme file was created.

•
String!non-null

Unique identifier of the theme file.

•

The size of the theme file in bytes.

•
DateTime!non-null

The date and time when the theme file was last updated.


Was this section helpful?

•
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?