Checkout And Accounts Configuration
Requires access scope. Also: User must have
permission and shop must have access to the checkout and accounts editor as well as the contextualized checkouts and customer accounts feature.
A checkout and account configuration packages branding settings, UI extensions, and overrides for a shop's checkout.
Anchor to FieldsFields
- Anchor to brandingSettingsbranding•
Settings The configuration branding settings.
- Anchor to createdAtcreated•
At DateTime!non-null The date and time when the configuration was created.
- Anchor to editedAtedited•
At DateTime!non-null The date and time when the configuration was last edited.
- •ID!non-null
A globally-unique ID.
- Anchor to isPublishedis•
Published Boolean!non-null Whether the configuration is published or not.
- Anchor to namename•String!non-null
The configuration name.
- Anchor to overridesoverrides•
The list of overrides for the configuration.
- Anchor to settingssettings•
The configuration settings.
- Anchor to updatedAtupdated•
At DateTime!non-null The date and time when the configuration was last updated.
Anchor to QueriesQueries
- •query
A checkout and accounts configuration for a shop.
- •query
List of checkout and accounts configurations on a shop.
Anchor to MutationsMutations
- •mutation
Updates a checkout and accounts configuration.
- Anchor to configurationconfiguration•
The intended changes to the configuration.
- •ID!required
The ID of the configuration to update.
Arguments
- Anchor to configurationconfiguration•
The updated configuration.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields