Skip to main content
Anchor to OnlineStoreThemeFilesUserErrors

OnlineStoreThemeFilesUserErrors

object

Requires The user needs write_themes and an exemption from Shopify to modify theme files.

User errors for theme file operations.

•OnlineStoreThemeFilesUserErrorsCode

The error code.

•[String!]

The path to the input field that caused the error.

•String

The filename of the theme file.

•String!non-null

The error message.


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?


Was this section helpful?
OSZAR »