createBrand( )


Creates a brand.

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

Method Declaration
Copy
Method Parameters
brandBrandRequired

Brand to create.

Returns
Return Type:Promise<Brand>
Errors
400Invalid Argument

There are 2 errors with this status code.

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

Did this help?