1. Shopware (API integration)
Added support for webhooks for the following entities: product, category, customer for Shopware 6.5.0+
2. Opencart, Prestashop (bridge integration)
Added the stores_ids parameter to the category.add method.
3. Woocommerce (bridge integration)
Added the output of the customer's IP address in the basket.add, basket.update webhooks.
4. Woocommerce API (API integration)
Added support for the following methods:
- category.add
- category.update
- category.delete
- category.assign
- category.unassign
- category.image.add
- category.image.delete
- cart.coupon.add
- cart.coupon.delete
- cart.coupon.condition.add
- cart.script.list
- cart.script.add
- cart.script.delete
- cart.meta_data.set
- cart.meta_data.unset
- customer.update
- product.delete
- product.image.update
- product.image.delete
5. Shopify
Improved the performance of the product.list method.
6. eBay
Added the output of the refunds field to the order.list, order.info methods.
7. Zid
Added support for the following methods:
- product.variant.update
- product.variant.delete
- order.abandoned.list
- category.assing
- category.unassing
Added support for webhooks for the following entities: order, customer, product, category.
8. Amazon SP API
The product.update method now works faster, and support for product.delete has also been added
9. Bigcommerce
Added the output of the store_ids and origin_store_id fields to the customer.list, customer.info methods.