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.

Was this helpful?
Yes
No