This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a brand.
Brand ID.
Fields to include in the response.
Supported values: ASSIGNED_PRODUCTS_COUNT
Brand.
Brand fields should include the amount of products using this brand.
curl -X GET \
'https://www.wixapis.com/stores/v3/brands/9b1eee8a-2171-455b-807f-1c1e6aa5553b?fields=ASSIGNED_PRODUCTS_COUNT' \
-H 'Content-type: application/json' \
-H 'Authorization: <AUTH>' \
{
"brand": {
"id": "9b1eee8a-2171-455b-807f-1c1e6aa5553b",
"revision": "1",
"createdDate": "2024-06-27T19:45:33.740Z",
"updatedDate": "2024-06-27T19:52:47.620Z",
"name": "Saucony",
"assignedProductsCount": 2
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.