GET

Get Brand


Developer Preview

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.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Manage Products
Read Products
Manage Restaurants - all permissions
Read brands in catalog v3
Read v3 catalog
Manage v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/stores/v3/brands/{brandId}

Path Params
brandIdstringRequired

Brand ID.

Query Params
fieldsArray <string>

Fields to include in the response.

Supported values: ASSIGNED_PRODUCTS_COUNT

Response Object
brandBrand

Brand.

Get brand by ID

Brand fields should include the amount of products using this brand.

Request
cURL
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>' \
Response
JSON
{ "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 } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?