Catalog
Creates a Brand object.
post/catalog/brands
Request body
namestring
The name of the brand. Must be unique.
page_titlestring
The title shown in the browser while viewing the brand.
meta_keywordsstring[]
Comma-separated list of meta keywords to include in the HTML.
meta_descriptionstring
A meta description to include.
search_keywordsstring
A comma-separated list of keywords that can be used to locate this brand.
image_urlstring
Image URL used for this category on the storefront. Images can be uploaded via form file post to /brands/{brandId}/image, or by providing a publicly accessible URL in this field.
Response
A Brand object.
metaMeta
Empty meta object; may be used later.