Theme Files Upsert Payload
Return type for mutation.
Anchor to FieldsFields
- job (Job)
- upsertedThemeFiles ([OnlineStoreThemeFileOperationResult!])
- userErrors ([OnlineStoreThemeFilesUserErrors!]!)
- •Job
The theme files write job triggered by the mutation.
Show fields
- Anchor to upsertedThemeFilesupserted•[Online
Theme Files Store Theme File Operation Result!] The resulting theme files.
Show fields
- Anchor to userErrorsuser•[Online
Errors Store Theme Files User Errors!]! non-null The list of errors that occurred from executing the mutation.
Show fields
Anchor to Mutations with this payloadMutations with this payload
- themeFilesUpsert (ThemeFilesUpsertPayload)
- •mutation
Creates or updates theme files in an online store theme. This mutation allows batch operations on multiple theme files, either creating new files or overwriting existing ones with the same filename.
NoteYou can process a maximum of 50 files in a single request.
Note:You can process a maximum of 50 files in a single request.
Note: You can process a maximum of 50 files in a single request.
Each file requires a filename and body content. The body must specify a
typewith the correspondingvalue. The mutation returns ajobfield for tracking asynchronous operations and anfield with details about the processed files.Show payload
- Anchor to filesfiles•[Online
Store Theme Files Upsert File Input!]! required The files to update.
Show input fields
- Anchor to themeIdtheme•ID!
Id required The theme to update.
Arguments