--- title: Brand - Storefront API description: > The store's [branding configuration](https://help.shopify.com/manual/promoting-marketing/managing-brand-assets), such as logos, colors, and slogan. Access this through the [`Shop`](/docs/api/storefront/2026-01/objects/Shop#field-Shop.fields.brand) object to display consistent brand assets across your storefront. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/Brand' md: 'https://shopify.dev/docs/api/storefront/latest/objects/Brand.md' --- # Brand object The store's [branding configuration](https://help.shopify.com/manual/promoting-marketing/managing-brand-assets), such as logos, colors, and slogan. Access this through the [`Shop`](https://shopify.dev/docs/api/storefront/2026-01/objects/Shop#field-Shop.fields.brand) object to display consistent brand assets across your storefront. ## Fields * colors [Brand​Colors!](https://shopify.dev/docs/api/storefront/latest/objects/BrandColors) non-null The colors of the store's brand. * cover​Image [Media​Image](https://shopify.dev/docs/api/storefront/latest/objects/MediaImage) The store's cover image. * logo [Media​Image](https://shopify.dev/docs/api/storefront/latest/objects/MediaImage) The store's default logo. * short​Description [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The store's short description. * slogan [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The store's slogan. * square​Logo [Media​Image](https://shopify.dev/docs/api/storefront/latest/objects/MediaImage) The store's preferred logo for square UI elements. *** ## Map ### Fields with this object * [Shop.brand](https://shopify.dev/docs/api/storefront/latest/objects/Shop#field-Shop.fields.brand)