Checkout and Accounts configuration object, query, list, update added

3/24/2026, 12:00:37 AM

A new CheckoutAndAccountsConfiguration object is introduced, exposing branding, overrides, timestamps, and published status for a shop’s checkout and customer‑accounts settings. Two queries are added: checkoutAndAccountsConfiguration returns a single configuration by global ID, and checkoutAndAccountsConfigurations provides a paginated list with filtering, sorting, and cursor arguments. The mutation checkoutAndAccountsConfigurationUpdate lets you modify a configuration by ID using a CheckoutAndAccountsConfigurationInput that includes full branding, surface, and override data. Branding is fully modeled with nested objects for components, colors, typography, fonts, and design tokens, and includes extensive input types for every viewport element (header, footer, checkout, customer‑accounts). Numerous enums define style options for background, border, visibility, spacing, typography, and font loading strategies, ensuring consistent theming across the UI. With these additions, developers can create, list, and programmatically update styled checkout and account experiences entirely via GraphQL.

Query Changes

➕ Added Queries (2)

checkoutAndAccountsConfiguration

A checkout and accounts configuration for a shop.

checkoutAndAccountsConfigurations

List of checkout and accounts configurations on a shop.

Mutation Changes

➕ Added Mutations (1)

checkoutAndAccountsConfigurationUpdate

Updates a checkout and accounts configuration.

Type Changes

➕ Added Types (172)

🏗️CheckoutAndAccountsConfiguration➕ AddedOBJECT

A checkout and account configuration packages branding settings, UI extensions, and overrides for a shop's checkout.

Fields: branding, createdAt, editedAt, id, isPublished ... +3 more
🏗️CheckoutAndAccountsConfigurationBranding➕ AddedOBJECT

The branding configuration for checkout and customer accounts.

Fields: components, designTokens, surfaces
📋CheckoutAndAccountsConfigurationBrandingBackground➕ AddedENUM

The container background style.

Values: BASE, SUBDUED, TRANSPARENT
📋CheckoutAndAccountsConfigurationBrandingBackgroundStyle➕ AddedENUM

The container background style.

Values: SOLID, NONE
🏗️CheckoutAndAccountsConfigurationBrandingBaseColorRoles➕ AddedOBJECT

The base color role customizations for a surface.

Fields: accent, background, border, decorative, icon ... +1 more
📥CheckoutAndAccountsConfigurationBrandingBaseColorRolesInput➕ AddedINPUT_OBJECT

The input fields for customizing a base group of colors.

📋CheckoutAndAccountsConfigurationBrandingBorder➕ AddedENUM

Possible values for the border.

Values: NONE, BLOCK_END, FULL
📋CheckoutAndAccountsConfigurationBrandingBorderStyle➕ AddedENUM

The container border style.

Values: BASE, DASHED, DOTTED
📋CheckoutAndAccountsConfigurationBrandingBorderWidth➕ AddedENUM

The container border width.

Values: BASE, LARGE, LARGE_100, LARGE_200
🏗️CheckoutAndAccountsConfigurationBrandingButton➕ AddedOBJECT

The buttons customizations.

Fields: background, blockPadding, border, cornerRadius, inlinePadding ... +1 more
📥CheckoutAndAccountsConfigurationBrandingButtonInput➕ AddedINPUT_OBJECT

The input fields for customizing the buttons.

🏗️CheckoutAndAccountsConfigurationBrandingBuyerJourney➕ AddedOBJECT

The customizations for the breadcrumbs that represent a buyer's journey to the checkout.

Fields: visibility
📥CheckoutAndAccountsConfigurationBrandingBuyerJourneyInput➕ AddedINPUT_OBJECT

The input fields for updating breadcrumb customizations, which represent the buyer's journey to checkout.

🏗️CheckoutAndAccountsConfigurationBrandingCartLink➕ AddedOBJECT

The customizations that you can make to cart links at checkout.

Fields: visibility
📋CheckoutAndAccountsConfigurationBrandingCartLinkContentType➕ AddedENUM

Possible values for the cart link content type for the header.

Values: ICON, IMAGE, TEXT
📥CheckoutAndAccountsConfigurationBrandingCartLinkInput➕ AddedINPUT_OBJECT

The input fields for customizing the cart link at Checkout.

🏗️CheckoutAndAccountsConfigurationBrandingCheckbox➕ AddedOBJECT

The checkboxes customizations.

Fields: cornerRadius
📥CheckoutAndAccountsConfigurationBrandingCheckboxInput➕ AddedINPUT_OBJECT

The input fields for customizing the checkboxes.

🏗️CheckoutAndAccountsConfigurationBrandingCheckoutComponents➕ AddedOBJECT

The checkout-specific component customizations.

Fields: buyerJourney, cartLink, content, expressCheckout, footer ... +3 more
📥CheckoutAndAccountsConfigurationBrandingCheckoutComponentsInput➕ AddedINPUT_OBJECT

The input fields for customizing the Checkout components.

🏗️CheckoutAndAccountsConfigurationBrandingCheckoutFooter➕ AddedOBJECT

A container for the checkout footer section customizations.

Fields: alignment, background, colors, content, divided ... +2 more
📥CheckoutAndAccountsConfigurationBrandingCheckoutFooterInput➕ AddedINPUT_OBJECT

The input fields for customizing the checkout footer.

🏗️CheckoutAndAccountsConfigurationBrandingCheckoutHeader➕ AddedOBJECT

The checkout header customizations.

Fields: alignment, background, cartLink, colors, divided ... +3 more
📥CheckoutAndAccountsConfigurationBrandingCheckoutHeaderInput➕ AddedINPUT_OBJECT

The input fields for customizing the checkout header.

🏗️CheckoutAndAccountsConfigurationBrandingCheckoutSurface➕ AddedOBJECT

The checkout-specific component customizations.

Fields: components
📥CheckoutAndAccountsConfigurationBrandingCheckoutSurfaceInput➕ AddedINPUT_OBJECT

The input fields for customizing the Checkout surface.

🏗️CheckoutAndAccountsConfigurationBrandingChoiceList➕ AddedOBJECT

The choice list customizations.

Fields: group
🏗️CheckoutAndAccountsConfigurationBrandingChoiceListGroup➕ AddedOBJECT

The customizations that apply to the 'group' variant of ChoiceList.

Fields: spacing
📥CheckoutAndAccountsConfigurationBrandingChoiceListGroupInput➕ AddedINPUT_OBJECT

The input fields for customizing the 'group' variant of ChoiceList.

📥CheckoutAndAccountsConfigurationBrandingChoiceListInput➕ AddedINPUT_OBJECT

The input fields for customizing the choice list.

🏗️CheckoutAndAccountsConfigurationBrandingColorRoles➕ AddedOBJECT

The color role customizations for a surface.

Fields: accent, background, border, decorative, icon ... +1 more
📥CheckoutAndAccountsConfigurationBrandingColorRolesInput➕ AddedINPUT_OBJECT

The input fields for customizing a group of colors used together on a surface.

📋CheckoutAndAccountsConfigurationBrandingColorSelection➕ AddedENUM

The color selection options.

Values: TRANSPARENT
🏗️CheckoutAndAccountsConfigurationBrandingColors➕ AddedOBJECT

The color settings used to customize the user interface.

Fields: base, control, primaryButton, secondaryButton
📥CheckoutAndAccountsConfigurationBrandingColorsInput➕ AddedINPUT_OBJECT

The input fields for customizing a base set of colors, from which every component pulls its colors.

🏗️CheckoutAndAccountsConfigurationBrandingComponents➕ AddedOBJECT

The base component customizations that apply to all surfaces.

Fields: checkbox, choiceList, control, divider, favicon ... +12 more
📥CheckoutAndAccountsConfigurationBrandingComponentsInput➕ AddedINPUT_OBJECT

The input fields for customizing the components.

🏗️CheckoutAndAccountsConfigurationBrandingContainerDivider➕ AddedOBJECT

The container's divider customizations.

Fields: borderStyle, borderWidth, visibility
📥CheckoutAndAccountsConfigurationBrandingContainerDividerInput➕ AddedINPUT_OBJECT

The input fields for customizing a container's divider.

🏗️CheckoutAndAccountsConfigurationBrandingContent➕ AddedOBJECT

The content customizations.

Fields: divider
📥CheckoutAndAccountsConfigurationBrandingContentInput➕ AddedINPUT_OBJECT

The input fields for customizing the content container.

🏗️CheckoutAndAccountsConfigurationBrandingControl➕ AddedOBJECT

The form controls customizations.

Fields: border, color, cornerRadius, labelPosition
🏗️CheckoutAndAccountsConfigurationBrandingControlColorRoles➕ AddedOBJECT

The form control color customizations.

Fields: accent, background, border, decorative, icon ... +2 more
📥CheckoutAndAccountsConfigurationBrandingControlColorRolesInput➕ AddedINPUT_OBJECT

The input fields for customizing colors for form controls.

📥CheckoutAndAccountsConfigurationBrandingControlInput➕ AddedINPUT_OBJECT

The input fields for customizing the form controls.

📋CheckoutAndAccountsConfigurationBrandingCornerRadius➕ AddedENUM

The options for customizing the corner radius of checkout-related objects. Examples include the primary button, the name text fields and the sections within the main area (if they have borders).

Values: NONE, SMALL, BASE, LARGE
🏗️CheckoutAndAccountsConfigurationBrandingCornerRadiusVariables➕ AddedOBJECT

The corner radius variable customizations that define the pixel size of corner radius options.

Fields: base, large, small
📥CheckoutAndAccountsConfigurationBrandingCornerRadiusVariablesInput➕ AddedINPUT_OBJECT

The input fields for customizing the corner radius variables.

🏗️CheckoutAndAccountsConfigurationBrandingCustomFont➕ AddedOBJECT

The custom font customizations.

Fields: genericFileId, sources, weight
🏗️CheckoutAndAccountsConfigurationBrandingCustomFontGroup➕ AddedOBJECT

The custom font group customizations.

Fields: base, bold, loadingStrategy, name
📥CheckoutAndAccountsConfigurationBrandingCustomFontGroupInput➕ AddedINPUT_OBJECT

The input fields for customizing a custom font group.

📥CheckoutAndAccountsConfigurationBrandingCustomFontInput➕ AddedINPUT_OBJECT

The input fields for customizing a custom font.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponents➕ AddedOBJECT

The customer accounts-specific component customizations.

Fields: footer, header, main
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsComponentsInput➕ AddedINPUT_OBJECT

The input fields for customizing the Customer Accounts components.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooter➕ AddedOBJECT

A container for the customer accounts footer section customizations.

Fields: alignment, colors, padding
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsFooterInput➕ AddedINPUT_OBJECT

The input fields for customizing the customer accounts footer.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeader➕ AddedOBJECT

The checkout header customizations.

Fields: alignment, colors, logo, padding
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsHeaderInput➕ AddedINPUT_OBJECT

The input fields for customizing the customer accounts header.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo➕ AddedOBJECT

The customer accounts store logo customizations.

Fields: image, maxWidth
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogoInput➕ AddedINPUT_OBJECT

The input fields for customizing the logo.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsMain➕ AddedOBJECT

The customer accounts-specific main customizations.

Fields: colors, section
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainInput➕ AddedINPUT_OBJECT

The input fields for customizing the main container.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSection➕ AddedOBJECT

The customer accounts branding section customizations.

Fields: background, border, borderStyle, borderWidth, colors ... +3 more
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsMainSectionInput➕ AddedINPUT_OBJECT

The input fields for customizing the customer accounts branding section.

🏗️CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurface➕ AddedOBJECT

The customer accounts-specific component customizations.

Fields: components
📥CheckoutAndAccountsConfigurationBrandingCustomerAccountsSurfaceInput➕ AddedINPUT_OBJECT

The input fields for customizing the Customer Accounts surface.

🏗️CheckoutAndAccountsConfigurationBrandingDesignTokenColors➕ AddedOBJECT

The color customizations.

Fields: palette
🏗️CheckoutAndAccountsConfigurationBrandingDesignTokens➕ AddedOBJECT

The design token customizations allow you to set values that represent specific attributes of your brand like color and font. These attributes are used throughout the user interface. This brings consistency and allows you to easily make broad design changes.

Fields: colors, cornerRadius, typography
📥CheckoutAndAccountsConfigurationBrandingDesignTokensColorsInput➕ AddedINPUT_OBJECT

The input fields for customizing the colors.

📥CheckoutAndAccountsConfigurationBrandingDesignTokensInput➕ AddedINPUT_OBJECT

The input fields for customizing the design tokens.

🏗️CheckoutAndAccountsConfigurationBrandingDividerStyle➕ AddedOBJECT

The customizations for the page, content, main, and order summary dividers.

Fields: borderStyle, borderWidth
📥CheckoutAndAccountsConfigurationBrandingDividerStyleInput➕ AddedINPUT_OBJECT

The input fields for customizing the global divider.

🏗️CheckoutAndAccountsConfigurationBrandingExpressCheckout➕ AddedOBJECT

The Express Checkout customizations.

Fields: button
🏗️CheckoutAndAccountsConfigurationBrandingExpressCheckoutButton➕ AddedOBJECT

The Express Checkout button customizations.

Fields: cornerRadius
📥CheckoutAndAccountsConfigurationBrandingExpressCheckoutButtonInput➕ AddedINPUT_OBJECT

The input fields for customizing the express checkout button.

📥CheckoutAndAccountsConfigurationBrandingExpressCheckoutInput➕ AddedINPUT_OBJECT

The input fields for customizing the Express Checkout.

🔀CheckoutAndAccountsConfigurationBrandingFontGroup➕ AddedUNION

A group of fonts.

📥CheckoutAndAccountsConfigurationBrandingFontGroupInput➕ AddedINPUT_OBJECT

The input fields used to update a font group.

📋CheckoutAndAccountsConfigurationBrandingFontLoadingStrategy➕ AddedENUM

The font loading strategy determines how a font face is displayed after it is loaded or failed to load. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display.

Values: AUTO, BLOCK, SWAP, FALLBACK, OPTIONAL
🏗️CheckoutAndAccountsConfigurationBrandingFontSize➕ AddedOBJECT

The font size customizations.

Fields: base, ratio
📥CheckoutAndAccountsConfigurationBrandingFontSizeInput➕ AddedINPUT_OBJECT

The input fields for customizing the font size.

🏗️CheckoutAndAccountsConfigurationBrandingFooter➕ AddedOBJECT

A container for the footer section customizations.

Fields: alignment, background, colors, content, divided ... +1 more
📋CheckoutAndAccountsConfigurationBrandingFooterAlignment➕ AddedENUM

Possible values for the footer alignment.

Values: START, CENTER, END
🏗️CheckoutAndAccountsConfigurationBrandingFooterContent➕ AddedOBJECT

The footer content customizations.

Fields: visibility
📥CheckoutAndAccountsConfigurationBrandingFooterContentInput➕ AddedINPUT_OBJECT

The input fields for customizing the footer content.

📥CheckoutAndAccountsConfigurationBrandingFooterInput➕ AddedINPUT_OBJECT

The input fields for customizing the checkout footer.

📋CheckoutAndAccountsConfigurationBrandingFooterPosition➕ AddedENUM

Possible values for the footer position.

Values: END, INLINE
🏗️CheckoutAndAccountsConfigurationBrandingHeader➕ AddedOBJECT

The header customizations.

Fields: alignment, background, colors, divided, logo ... +1 more
📋CheckoutAndAccountsConfigurationBrandingHeaderAlignment➕ AddedENUM

The possible header alignments.

Values: START, CENTER, END
🏗️CheckoutAndAccountsConfigurationBrandingHeaderCartLink➕ AddedOBJECT

The header cart link customizations.

Fields: contentType, image
📥CheckoutAndAccountsConfigurationBrandingHeaderCartLinkInput➕ AddedINPUT_OBJECT

The input fields for customizing the cart link for 1-page checkout. This field allows to customize the cart icon that renders by default on 1-page checkout.

📥CheckoutAndAccountsConfigurationBrandingHeaderInput➕ AddedINPUT_OBJECT

The input fields for customizing the header.

📋CheckoutAndAccountsConfigurationBrandingHeaderPosition➕ AddedENUM

The possible header positions.

Values: INLINE, INLINE_SECONDARY, START
🏗️CheckoutAndAccountsConfigurationBrandingHeadingLevel➕ AddedOBJECT

The heading level customizations.

Fields: typography
📥CheckoutAndAccountsConfigurationBrandingHeadingLevelInput➕ AddedINPUT_OBJECT

The input fields for customizing the heading level.

🏗️CheckoutAndAccountsConfigurationBrandingImage➕ AddedOBJECT

The image.

Fields: image
📥CheckoutAndAccountsConfigurationBrandingImageInput➕ AddedINPUT_OBJECT

The input fields for customizing the image.

🔀CheckoutAndAccountsConfigurationBrandingImageValue➕ AddedUNION

The image value.

📥CheckoutAndAccountsConfigurationBrandingInput➕ AddedINPUT_OBJECT

The input fields for customizing Checkout and Customer Accounts branding.

📋CheckoutAndAccountsConfigurationBrandingLabelPosition➕ AddedENUM

The label position options.

Values: INSIDE, OUTSIDE
🏗️CheckoutAndAccountsConfigurationBrandingLogo➕ AddedOBJECT

The store logo customizations.

Fields: image, maxWidth, visibility
📥CheckoutAndAccountsConfigurationBrandingLogoInput➕ AddedINPUT_OBJECT

The input fields for customizing the logo.

🏗️CheckoutAndAccountsConfigurationBrandingMain➕ AddedOBJECT

The main container customizations.

Fields: colors, divider, section
📥CheckoutAndAccountsConfigurationBrandingMainInput➕ AddedINPUT_OBJECT

The input fields for customizing the main container.

🏗️CheckoutAndAccountsConfigurationBrandingMainSection➕ AddedOBJECT

The main sections customizations.

Fields: background, border, borderStyle, borderWidth, colors ... +3 more
📥CheckoutAndAccountsConfigurationBrandingMainSectionInput➕ AddedINPUT_OBJECT

The input fields for customizing the main sections.

🏗️CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnail➕ AddedOBJECT

The merchandise thumbnails customizations.

Fields: badge, border, cornerRadius, fit
🏗️CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadge➕ AddedOBJECT

The merchandise thumbnail badges customizations.

Fields: background
📋CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeBackground➕ AddedENUM

The merchandise thumbnail badge background.

Values: ACCENT, BASE
📥CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailBadgeInput➕ AddedINPUT_OBJECT

The input fields for customizing the merchandise thumbnail badges.

📥CheckoutAndAccountsConfigurationBrandingMerchandiseThumbnailInput➕ AddedINPUT_OBJECT

The input fields for customizing the merchandise thumbnails.

📋CheckoutAndAccountsConfigurationBrandingObjectFit➕ AddedENUM

Possible values for object fit.

Values: CONTAIN, COVER
🏗️CheckoutAndAccountsConfigurationBrandingOrderSummary➕ AddedOBJECT

The order summary customizations.

Fields: backgroundImage, colors, divider, section
📥CheckoutAndAccountsConfigurationBrandingOrderSummaryInput➕ AddedINPUT_OBJECT

The input fields for customizing the order summary container.

🏗️CheckoutAndAccountsConfigurationBrandingOrderSummarySection➕ AddedOBJECT

The order summary sections customizations.

Fields: background, border, borderStyle, borderWidth, colors ... +3 more
📥CheckoutAndAccountsConfigurationBrandingOrderSummarySectionInput➕ AddedINPUT_OBJECT

The input fields for customizing the order summary sections.

🏗️CheckoutAndAccountsConfigurationBrandingPalette➕ AddedOBJECT

A set of colors used together on a surface.

Fields: color1, color10, color11, color12, color13 ... +15 more
📥CheckoutAndAccountsConfigurationBrandingPaletteInput➕ AddedINPUT_OBJECT

The input fields to update the color palette.

🏗️CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRoles➕ AddedOBJECT

The primary button color customizations.

Fields: accent, background, border, decorative, hover ... +2 more
📥CheckoutAndAccountsConfigurationBrandingPrimaryButtonColorRolesInput➕ AddedINPUT_OBJECT

The input fields for customizing colors for primary buttons.

🏗️CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRoles➕ AddedOBJECT

The secondary button color customizations.

Fields: accent, background, border, decorative, hover ... +2 more
📥CheckoutAndAccountsConfigurationBrandingSecondaryButtonColorRolesInput➕ AddedINPUT_OBJECT

The input fields for customizing colors for secondary buttons.

🏗️CheckoutAndAccountsConfigurationBrandingSelect➕ AddedOBJECT

The selects customizations.

Fields: border, typography
📥CheckoutAndAccountsConfigurationBrandingSelectInput➕ AddedINPUT_OBJECT

The input fields for customizing the selects.

📋CheckoutAndAccountsConfigurationBrandingShadow➕ AddedENUM

The container shadow.

Values: SMALL_200, SMALL_100, BASE, LARGE_100, LARGE_200
🏗️CheckoutAndAccountsConfigurationBrandingShared➕ AddedOBJECT

The shared customizations.

Fields: colors, cornerRadius, typography
🏗️CheckoutAndAccountsConfigurationBrandingSharedColors➕ AddedOBJECT

Shared color customizations for semantic and functional colors.

Fields: accent, button, control, critical, decorative ... +3 more
📥CheckoutAndAccountsConfigurationBrandingSharedColorsInput➕ AddedINPUT_OBJECT

The input fields for customizing shared colors.

📋CheckoutAndAccountsConfigurationBrandingSharedCornerRadius➕ AddedENUM

Possible choices to override corner radius customizations on all applicable objects. Note that this selection can only be used to set the override to NONE (0px).

Values: NONE
📥CheckoutAndAccountsConfigurationBrandingSharedInput➕ AddedINPUT_OBJECT

The input fields for customizing the shared settings.

🏗️CheckoutAndAccountsConfigurationBrandingSharedTypographyStyle➕ AddedOBJECT

The shared typography customizations.

Fields: kerning, letterCase
📥CheckoutAndAccountsConfigurationBrandingSharedTypographyStyleInput➕ AddedINPUT_OBJECT

The input fields for customizing the shared typography.

🏗️CheckoutAndAccountsConfigurationBrandingShopifyFont➕ AddedOBJECT

The Shopify font customizations.

Fields: sources, weight
🏗️CheckoutAndAccountsConfigurationBrandingShopifyFontGroup➕ AddedOBJECT

The Shopify font group customizations.

Fields: base, bold, loadingStrategy, name
📥CheckoutAndAccountsConfigurationBrandingShopifyFontGroupInput➕ AddedINPUT_OBJECT

The input fields for customizing a Shopify font group.

🏗️CheckoutAndAccountsConfigurationBrandingSignInComponents➕ AddedOBJECT

The sign-in-specific component customizations.

Fields: header, main
📥CheckoutAndAccountsConfigurationBrandingSignInComponentsInput➕ AddedINPUT_OBJECT

The input fields for customizing the sign-in components.

🏗️CheckoutAndAccountsConfigurationBrandingSignInHeader➕ AddedOBJECT

The sign-in header customizations.

Fields: logo, padding
📥CheckoutAndAccountsConfigurationBrandingSignInHeaderInput➕ AddedINPUT_OBJECT

The input fields for customizing the sign-in header.

🏗️CheckoutAndAccountsConfigurationBrandingSignInLogo➕ AddedOBJECT

The sign-in store logo customizations.

Fields: image, maxWidth
📥CheckoutAndAccountsConfigurationBrandingSignInLogoInput➕ AddedINPUT_OBJECT

The input fields for customizing the sign-in logo.

🏗️CheckoutAndAccountsConfigurationBrandingSignInMain➕ AddedOBJECT

The sign-in-specific main customizations.

Fields: backgroundImage, colors, section
📥CheckoutAndAccountsConfigurationBrandingSignInMainInput➕ AddedINPUT_OBJECT

The input fields for customizing the sign-in main container.

🏗️CheckoutAndAccountsConfigurationBrandingSignInSurface➕ AddedOBJECT

The sign-in-specific component customizations.

Fields: components
📥CheckoutAndAccountsConfigurationBrandingSignInSurfaceInput➕ AddedINPUT_OBJECT

The input fields for customizing the sign-in surface.

📋CheckoutAndAccountsConfigurationBrandingSimpleBorder➕ AddedENUM

Possible values for the simple border.

Values: NONE, FULL
📋CheckoutAndAccountsConfigurationBrandingSpacing➕ AddedENUM

Possible values for the spacing.

Values: NONE, EXTRA_TIGHT, TIGHT, BASE, LOOSE, EXTRA_LOOSE
📋CheckoutAndAccountsConfigurationBrandingSpacingKeyword➕ AddedENUM

The spacing between UI elements.

Values: NONE, BASE, SMALL, SMALL_100, SMALL_200, SMALL_300, SMALL_400, SMALL_500 ... +6 more
🏗️CheckoutAndAccountsConfigurationBrandingSurfaces➕ AddedOBJECT

The surface-specific component customizations for checkout and customer accounts.

Fields: checkout, customerAccounts, signIn
📥CheckoutAndAccountsConfigurationBrandingSurfacesInput➕ AddedINPUT_OBJECT

The input fields for customizing surfaces branding.

🏗️CheckoutAndAccountsConfigurationBrandingTextField➕ AddedOBJECT

The text fields customizations.

Fields: border, typography
📥CheckoutAndAccountsConfigurationBrandingTextFieldInput➕ AddedINPUT_OBJECT

The input fields for customizing the text fields.

🏗️CheckoutAndAccountsConfigurationBrandingTypography➕ AddedOBJECT

The typography customizations.

Fields: primary, secondary, size
📋CheckoutAndAccountsConfigurationBrandingTypographyFont➕ AddedENUM

The font selection.

Values: PRIMARY, SECONDARY
📥CheckoutAndAccountsConfigurationBrandingTypographyInput➕ AddedINPUT_OBJECT

The input fields for customizing the typography.

📋CheckoutAndAccountsConfigurationBrandingTypographyKerning➕ AddedENUM

Possible values for the typography kerning.

Values: BASE, LOOSE, EXTRA_LOOSE
📋CheckoutAndAccountsConfigurationBrandingTypographyLetterCase➕ AddedENUM

Possible values for the typography letter case.

Values: LOWER, NONE, TITLE, UPPER
📋CheckoutAndAccountsConfigurationBrandingTypographySize➕ AddedENUM

Possible choices for the font size.

Values: EXTRA_SMALL, SMALL, BASE, MEDIUM, LARGE, EXTRA_LARGE, EXTRA_EXTRA_LARGE
🏗️CheckoutAndAccountsConfigurationBrandingTypographyStyle➕ AddedOBJECT

The typography customizations.

Fields: font, kerning, letterCase, size, weight
📥CheckoutAndAccountsConfigurationBrandingTypographyStyleInput➕ AddedINPUT_OBJECT

The input fields for customizing the typography.

📋CheckoutAndAccountsConfigurationBrandingTypographyWeight➕ AddedENUM

Possible values for the font weight.

Values: BASE, BOLD
📋CheckoutAndAccountsConfigurationBrandingVisibility➕ AddedENUM

Possible visibility states.

Values: HIDDEN, VISIBLE
🏗️CheckoutAndAccountsConfigurationConnection➕ AddedOBJECT

An auto-generated type for paginating through multiple CheckoutAndAccountsConfigurations.

Fields: edges, nodes, pageInfo
🏗️CheckoutAndAccountsConfigurationEdge➕ AddedOBJECT

An auto-generated type which holds one CheckoutAndAccountsConfiguration and a cursor during pagination.

Fields: cursor, node
📥CheckoutAndAccountsConfigurationInput➕ AddedINPUT_OBJECT

The input fields for checkout and account configurations.

🔌CheckoutAndAccountsConfigurationInterface➕ AddedINTERFACE

Represents a checkout and accounts configuration interface.

Fields: branding, createdAt, editedAt, name, updatedAt
🏗️CheckoutAndAccountsConfigurationOverride➕ AddedOBJECT

A checkout and account configuration override modifies a parent configuration for specific markets.

Fields: branding, createdAt, editedAt, id, name ... +1 more
📥CheckoutAndAccountsConfigurationOverrideInput➕ AddedINPUT_OBJECT

The input fields for checkout and account configuration overrides.

🏗️CheckoutAndAccountsConfigurationUpdatePayload➕ AddedOBJECT

Return type for checkoutAndAccountsConfigurationUpdate mutation.

Fields: configuration, userErrors
🏗️CheckoutAndAccountsConfigurationUserError➕ AddedOBJECT

An error that occurs during the execution of a mutation for managing checkout and accounts configurations.

Fields: code, field, message, reason
📋CheckoutAndAccountsConfigurationUserErrorCode➕ AddedENUM

Possible error codes that can be returned by CheckoutAndAccountsConfigurationUserError.

Values: INVALID, BLANK, INTERNAL_SERVER_ERROR, MISSING, NOT_FOUND, TRANSIENT
📋CheckoutAndAccountsConfigurationsGraphQLSortKeys➕ AddedENUM

The set of valid sort keys for the CheckoutAndAccountsConfigurationsGraphQL query.

Values: CREATED_AT, EDITED_AT, ID, IS_PUBLISHED

🔄 Modified Types (7)

🏗️CheckoutAndAccountsAppConfiguration🔄 Modified
Field added: branding

The branding configuration for apps.

🏗️InventoryItem🔄 Modified
🔄 Field modified: inventoryLevel
🔄 Field modified: inventoryLevels
🏗️InventoryLevel🔄 Modified
Field added: isActive

Whether the inventory level is active.

🏗️Location🔄 Modified
🔄 Field modified: inventoryLevel
🔄 Field modified: inventoryLevels
🏗️PriceListFixedPricesByProductBulkUpdateUserErrorCode🔄 Modified
Enum value added: LOCAL_CURRENCY_GIFT_CARD_ISSUANCE_CURRENCY_MISMATCH
Enum value added: LOCAL_CURRENCY_GIFT_CARD_LIMIT_EXCEEDED
🏗️PriceListPriceUserErrorCode🔄 Modified
Enum value added: LOCAL_CURRENCY_GIFT_CARD_ISSUANCE_CURRENCY_MISMATCH
Enum value added: LOCAL_CURRENCY_GIFT_CARD_LIMIT_EXCEEDED
🏗️QuantityPricingByVariantUserErrorCode🔄 Modified
Enum value added: PRICE_ADD_LOCAL_CURRENCY_GIFT_CARD_ISSUANCE_CURRENCY_MISMATCH
Enum value added: PRICE_ADD_LOCAL_CURRENCY_GIFT_CARD_LIMIT_EXCEEDED