POST

Add Products To Import


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Add products in bulk to an existing catalog import session.

Products are stored in temporary storage until SubmitCatalogImport is called. Can be called multiple times for the same import session.

Notes:

  • Products are upserted based on the handle field
  • Updates don't require passing the current revision number and overwrites existing fields which are specified in product
  • Pass category_ids to update categories assignments, overwrites existing assignments
Authentication

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:

Permissions
Create and update Stores Catalog V3 imports
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/catalog-imports/{catalogImportId}/add-products

Errors

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

Did this help?