--- title: Brand - Storefront API description: | The store's [branding configuration](https://help.shopify.com/en/manual/promoting-marketing/managing-brand-assets). api_version: 2025-10 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/en/manual/promoting-marketing/managing-brand-assets). ## 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)