Brand Object


A brand is a visible property of a product. Adding brands to your products can help improve site and product visibility on search engines.

Properties
idstringRead-onlyformat GUID

Brand ID.


revisionintegerRead-onlyformat int64

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.


createdDatestringRead-onlyformat date-time

Date and time the brand was created.


updatedDatestringRead-onlyformat date-time

Date and time the brand was updated.


namestringminLength 1maxLength 50

Brand name.

Note: name must be unique.


assignedProductsCountintegerRead-onlyformat int32

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
JSON
{ "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 } }
Did this help?