We are happy to announce that we now support batch API requests for importing data into stores. The following API methods are supported:
API Method | Amazon SP API | Shopify | BigCommerce | WooCommerce API | WooCommerce Bridge | OpenCart | Magento 2 Bridge | PrestaShop Bridge |
---|---|---|---|---|---|---|---|---|
product.add.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
product.update.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
product.delete.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
product.variant.add.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
product.variant.update.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
product.variant.delete.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
category.add.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
order.shipment.add.batch | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
You can check their processing status using the method batch.job.list
And get the execution result using the method batch.job.result
Or alternatively, subscribe to the webhook using the method webhook.create with the parameters "entity"="batch.job.result" and "action"="add".
Please note: The Batch API feature will be available only in the EXPANSION and ENTERPRISE plans. The feature will also be available during the Trial period.