This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates a brand.
To assign the brand to a product, include the brand.id
or brand.name
when creating or
updating a product.
You can only call this method when authenticated as a Wix app or Wix user identity.
Brand to create.
Created brand.
Create a brand with name.
curl -X POST \
'https://www.wixapis.com/stores/v3/brands' \
-H 'Content-type: application/json' \
-H 'Authorization: <AUTH>' \
-d '{
"brand": {
"name": "Saucony"
}
}'
{
"brand": {
"id": "9b1eee8a-2171-455b-807f-1c1e6aa5553b",
"revision": "1",
"createdDate": "2024-06-27T19:45:33.740Z",
"updatedDate": "2024-06-27T19:45:33.740Z",
"name": "Saucony"
}
}
There are 2 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.