Checkout And Accounts Configuration
Requires access scope or 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. When modifying configuration overrides, user must have and permissions.
A checkout and account configuration packages branding settings, UI extensions, and overrides for a shop's checkout.
Anchor to FieldsFields
- branding (CheckoutAndAccountsConfigurationBranding)
- createdAt (DateTime!)
- editedAt (DateTime!)
- id (ID!)
- isPublished (Boolean!)
- name (String!)
- overrides ([CheckoutAndAccountsConfigurationOverride!]!)
- updatedAt (DateTime!)
- Anchor to brandingbranding•Checkout
And Accounts Configuration Branding The branding configuration.
- Anchor to createdAtcreated•Date
At Time! non-null The date and time when the configuration was created.
- Anchor to editedAtedited•Date
At Time! non-null The date and time when the configuration was last edited.
- •ID!non-null
A globally-unique ID.
- Anchor to isPublishedis•Boolean!
Published non-null Whether the configuration is published or not.
- Anchor to namename•String!non-null
The configuration name.
- Anchor to overridesoverrides•[Checkout
And Accounts Configuration Override!]! non-null The list of overrides for the configuration.
- Anchor to updatedAtupdated•Date
At Time! non-null The date and time when the configuration was last updated.
Anchor to QueriesQueries
- checkoutAndAccountsConfiguration (CheckoutAndAccountsConfiguration)
- checkoutAndAccountsConfigurations (CheckoutAndAccountsConfigurationConnection)
- •query
A checkout and accounts configuration for a shop.
- •ID!required
The ID of the configuration.
Arguments
- •ID!
- •query
List of checkout and accounts configurations on a shop.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to sortKeysort•Checkout
Key And Accounts Configurations Graph QLSort Keys Default:ID Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.
- Anchor to queryquery•String
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.
Arguments
Anchor to MutationsMutations
- checkoutAndAccountsConfigurationUpdate (CheckoutAndAccountsConfigurationUpdatePayload)
- •mutation
Updates a checkout and accounts configuration.
- •ID!required
The ID of the configuration to update.
- Anchor to configurationconfiguration•Checkout
And Accounts Configuration Input! required The intended changes to the configuration.
Arguments
- •ID!
Anchor to InterfacesInterfaces
- CheckoutAndAccountsConfigurationInterface
- Node
- •interface
- •interface