POST

Create 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.

Creates a brand.

To assign the brand to a product, include the brand.id or brand.name when creating or updating a product.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Brand write in v3 catalog
Manage v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/brands

Body Params
brandBrandRequired

Brand to create.

Response Object
brandBrand

Created brand.

Create a Brand

Create a brand with name.

Request
cURL
curl -X POST \ 'https://www.wixapis.com/stores/v3/brands' \ -H 'Content-type: application/json' \ -H 'Authorization: <AUTH>' \ -d '{ "brand": { "name": "Saucony" } }'
Response
JSON
{ "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" } }
Errors
400Invalid Argument

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?