Skip to main content
mutation

Requires The user needs write_themes and an exemption from Shopify to modify themes. If you think that your app is eligible for an exemption and should have access to this API, then you can submit an exception request.

Duplicates a theme.

•ID!
required

ID of the theme to be duplicated.

•String

Name of the new theme.


Was this section helpful?

Anchor to ThemeDuplicatePayload returnsThemeDuplicatePayload returns

•OnlineStoreTheme

The newly duplicated theme.

•[ThemeDuplicateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?