bulkGetOrCreateBrands( )


Retrieves multiple brands by name, or creates multiple brands if those with the passed ribbonNames don't exist.

Method Declaration
Copy
Method Parameters
brandNamesArray<string>Required

Brand names to retrieve or create.


optionsBulkGetOrCreateBrandsOptions
Returns
Return Type:Promise<BulkGetOrCreateBrandsResponse>
Errors

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

Did this help?