This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Adds multiple Marketplace products to the caller's Wix store in a single request.
Call this method to adopt products from the Marketplace into a Wix Stores catalog for selling. The target store is determined by the calling identity, so there's no need to specify a store ID in the request.
Supports partial success. Some products may be added 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. Retry only failed items, not the entire batch.
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.