POST

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

Creates multiple brands.

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/create

Body Params
brandsArray <Brand>RequiredminItems 1maxItems 100

Brands to create.


returnEntityboolean

Whether to return the full created brand entities in the response.

Default: false

Response Object
resultsArray <BulkBrandsResult>maxItems 100

Brands created by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Create multiple Brands

Request to create 4 brands. 3 of them are created successfully and 1 fails due to a unique constraint violation.

Request
cURL
Response
JSON
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?