---
title: CheckoutAndAccountsConfigurationBrandingImageValue - GraphQL Admin
description: The image value.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/latest/unions/CheckoutAndAccountsConfigurationBrandingImageValue
  md: >-
    https://shopify.dev/docs/api/admin-graphql/latest/unions/CheckoutAndAccountsConfigurationBrandingImageValue.md
api_name: admin
api_type: graphql
type: union
metadata:
  domain: admin
---

# Checkout​And​Accounts​Configuration​Branding​Image​Value

union

Requires `read_checkout_and_accounts_configurations` access scope or `read_checkout_settings` access scope. Also: User must have `manage_checkout_settings` 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 `view_markets` and `create_and_edit_markets` permissions.

The image value.

## Fields with this union

* [Checkout​And​Accounts​Configuration​Branding​Components.favicon](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingComponents#field-CheckoutAndAccountsConfigurationBrandingComponents.fields.favicon)

  OBJECT

  The base component customizations that apply to all surfaces.

* [Checkout​And​Accounts​Configuration​Branding​Customer​Accounts​Logo.image](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo#field-CheckoutAndAccountsConfigurationBrandingCustomerAccountsLogo.fields.image)

  OBJECT

  The customer accounts store logo customizations.

* [Checkout​And​Accounts​Configuration​Branding​Header​Cart​Link.image](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingHeaderCartLink#field-CheckoutAndAccountsConfigurationBrandingHeaderCartLink.fields.image)

  OBJECT

  The header cart link customizations.

* [Checkout​And​Accounts​Configuration​Branding​Logo.image](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingLogo#field-CheckoutAndAccountsConfigurationBrandingLogo.fields.image)

  OBJECT

  The store logo customizations.

* [Checkout​And​Accounts​Configuration​Branding​Order​Summary.backgroundImage](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingOrderSummary#field-CheckoutAndAccountsConfigurationBrandingOrderSummary.fields.backgroundImage)

  OBJECT

  The order summary customizations.

* [Checkout​And​Accounts​Configuration​Branding​Sign​In​Logo.image](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingSignInLogo#field-CheckoutAndAccountsConfigurationBrandingSignInLogo.fields.image)

  OBJECT

  The sign-in store logo customizations.

* [Checkout​And​Accounts​Configuration​Branding​Sign​In​Main.backgroundImage](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutAndAccountsConfigurationBrandingSignInMain#field-CheckoutAndAccountsConfigurationBrandingSignInMain.fields.backgroundImage)

  OBJECT

  The sign-in-specific main customizations.

***

```graphql
union CheckoutAndAccountsConfigurationBrandingImageValue = CheckoutAndAccountsConfigurationBrandingImage
```
