Anchor to ThemeCreateUserErrorTheme
objectTheme Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (ThemeCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Theme
Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- themeCreate (ThemeCreatePayload)
- •mutation
Creates a theme from an external URL or staged upload. The theme source can either be a ZIP file hosted at a public URL or files previously uploaded using the
mutation. The theme displays in the Themes page in the Shopify admin.New themes have an
role by default. You can optionally specify arole for temporary themes used during development.- Anchor to sourcesource•URL!required
An external URL or a staged upload URL of the theme to import.
- Anchor to namename•String
The name of the theme to be created.
- Anchor to rolerole•Theme
Role Default:UNPUBLISHED The role of the theme to be created. Only UNPUBLISHED and DEVELOPMENT roles are permitted.
Arguments
Was this section helpful?