POST

Bulk Get Or Create Brands


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 multiple brands by name, or creates multiple brands if those with the passed ribbonNames don't exist.

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/bulk/brands/get-or-create

Body Params
brandNamesArray <string>RequiredminLength 1maxLength 50minItems 1maxItems 100

Brand names to retrieve or create.


fieldsArray <string>maxItems 100

Fields to include in the response.

Supported values: ASSIGNED_PRODUCTS_COUNT

Response Object
resultsArray <BulkBrandsResult>maxItems 100

Brands retrieved or created by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Get or Create multiple brands

Retrieve an existing brand "Adidas" and create a new brand "Reef" using BulkGetOrCreate method.

Request
cURL
Response
JSON
Errors

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

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