A brand is a visible property of a product. Adding brands to your products can help improve site and product visibility on search engines.
Brand ID.
Revision number, which increments by 1 each time the brand is updated. To prevent conflicting changes, the current revision must be passed when updating the brand.
Ignored when creating a brand.
Date and time the brand was created.
Date and time the brand was updated.
Brand name.
Note: name
must be unique.
Number of products this brand is assigned to.
Note: Returned only when you pass "ASSIGNED_PRODUCTS_COUNT"
to the fields
array in Brand API requests.
{
"brand": {
"id": "35cfd6ff-2c0d-4e68-b881-2fc78942a3c4",
"revision": "1",
"createdDate": "2024-06-27T11:46:29.372Z",
"updatedDate": "2024-06-27T11:46:29.372Z",
"name": "Adidas",
"assignedProductsCount": 0
}
}