Skip to main content
Anchor to ThemeCreateUserError

ThemeCreateUserError

object

An error that occurs during the execution of ThemeCreate.

•ThemeCreateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Creates a theme using an external URL or for files that were previously uploaded using the stagedUploadsCreate mutation. These themes are added to the Themes page in Shopify admin.

Arguments

•String

The name of the theme to be created.

•ThemeRoleDefault:UNPUBLISHED

The role of the theme to be created. Only UNPUBLISHED and DEVELOPMENT roles are permitted.

•URL!required

An external URL or a staged upload URL of the theme to import.


Fields

•OnlineStoreTheme

The theme that was created.

•[ThemeCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?
OSZAR »