name Type: string Required | Name of brand visible on storefront. |
alias Type: string | Aliases are the unique brand URL on storefront. It is automatically generated from the name of brand. |
description Type: string | Brief description about the brand. Everything you need for your sport & life.
|
images Type: array | Images for the brand. {
"images": [
{
"image": "ms.brands/583bd9a634a6d66f1881e490/583bdb33962e6d28283338ab.gif"
}
]
}
image Type: file Required | Single image related to the brand. ms.brands/583bd9a634a6d66f1881e490/583bdb33962e6d28283338ab.gif
|
|
count Type: string | It stores the count of products of a brand. |
publish Type: string | Enabling the flag makes the brand visible on storefront. |
SEO Type: object | SEO contains data that affects the online visibility of a brand on search engine. {
"SEO": {
"title": "Get Nike products upto 60% off",
"description": "Everything you need for your sport. Limited offer. Hurry.",
"keywords": "Nike products, Limited offer"
}
}
title Type: string | The title of the brand to specify a custom title for the brand page for SEO. Get Nike products upto 60% off
| description Type: string | Specify a custom meta description for the brand page for SEO. Everything you need for your sport. Limited offer. Hurry.
| keywords Type: string | Keywords are used to specify a custom meta keywords for the brand page for SEO. Nike products, Limited offer
| canonical_url Type: string | The canonical URL is used to declare a single page as its source or for duplicate pages to reference their source/originating page. | sitemap_priority Type: string | Sitemap priority defines the priority of the particular page in your store. |
|