Types > StorefrontBrand
Storefront APITypesStorefrontBrand
StorefrontBrand

Description

Topic: Brands

Fields

content_image_files: [StorefrontFile]

Image files referenced by "raw_content".

Translatable

Expandable

Permission bit: "files.read"


created_at: String!

The date and time when the brand was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


custom_field_objects: StorefrontCustomFieldObjects

Custom field objects extracted and ready for expansion

Translatable


custom_fields: [CustomField!]!


featured: Boolean!

States whether or not the brand is featured

Example: false


handle: String!

An URL-friendly unique string for the brand automatically generated from its title

Example: "ipods"


id: String!

Unique brand identifier. See also: Unique Identifiers

Example: "br_EQzGqWoY"


image_files: [StorefrontFile]

Image files for this brand

Translatable

Expandable

Permission bit: "files.read"


meta_description: String!

Meta description for SEO purposes

Translatable


meta_title: String!

SEO-friendly title of the brand

Translatable


published: Boolean!

Whether server thinks brand is published or not (depends on server time)

Example: false


published_at: String

The date and time when the brand was published or null

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


raw_content: String!

Raw content of the brand

Translatable

Example: "{}"


sort_order: BrandSortOrder!

The default order in which products on the brand page are listed


title: String!

The name of the brand

Translatable

Example: "IPods"


updated_at: String!

The date and time when the brand was last updated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


website: String!

Brand home page

Example: "http://abibas.com"


Used By

Queries

storefrontBrands

Types

StorefrontBrandExpandableItems, StorefrontBrandPage, StorefrontCustomFieldObjects, StorefrontProduct

Preview (typescript)

Loading module