POST

Bulk Create Products


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 products in a single request.

Supports partial success - some products may be created successfully while others fail. Each result includes an itemMetadata object indicating success or failure with error details.

When handling failures, distinguish between validation errors which shouldn't be retried, and transient errors which can be retried. Only retry failed items, not the entire batch.

Authentication

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

Permissions
Write Marketplace
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/suppliers-hub/v1/bulk/products/create

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?