get https://{accountName}.{environment}.com.br/api/catalog_system/pvt/brand/list
Retrieves all Brands registered in the store's Catalog.
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
id | integer | ID of the Brand |
name | string | Name of the Brand |
imageUrl | string | Category Image URL |
isActive | boolean | If the Brand is active |
title | string | Meta Title for the Brand page |
metaTagDescription | string | Meta Description for the Brand page |
Authentication
This is a private API which needs credentials with viewer access.
Learn more about Creating appKeys and appTokens to authenticate integrations