Skip to main content
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.

•String!
non-null

Unique identifier of the theme file.


Was this section helpful?

•mutation

Copy theme files. Copying to existing theme files will overwrite them.

Arguments

•[ThemeFilesCopyFileInput!]!
required

The files to update.

•ID!
required

The theme to update.


Fields

•[OnlineStoreThemeFileOperationResult!]

The resulting theme files.

•[OnlineStoreThemeFilesUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a theme's files.

Arguments

•[String!]!
required

The files to delete.

•ID!
required

Specifies the theme to deleted.


Fields

•[OnlineStoreThemeFileOperationResult!]

The resulting theme files.

•[OnlineStoreThemeFilesUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Create or update theme files.

Arguments

•[OnlineStoreThemeFilesUpsertFileInput!]!
required

The files to update.

•ID!
required

The theme to update.


Fields

•Job

The theme files write job triggered by the mutation.

•[OnlineStoreThemeFileOperationResult!]

The resulting theme files.

•[OnlineStoreThemeFilesUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?