1. Shopline
Added support for the following methods:
- subscriber.list
2. Shopify
Added support for the following methods:
- order.return.add
- order.return.update
- return.status.list
- return.reason.list
- return.list
- return.info
3. Bol
Added support for the following methods:
- order.return.add
- return.status.list
- return.list
- return.info
4. Prestashop (bridge integration)
Added support for the following methods:
- return.status.list
- return.list
- return.info
- return.count
- order.return.add
- order.return.update
5. Wix
Added support for the following methods:
- product.delete
- order.shipment.delete
6. Lazada
Added support for the following methods:
- account.cart.list
- account.cart.add
- account.config.update
- account.supported.platforms
- cart.validate
- cart.delete
- cart.methods
- cart.info
7. WooCommerce (bridge integration)
The category.add, category.update, category.delete methods now trigger a WooCommerce hook if the bridge version 145+ is installed on the store.
8. Etsy API v3
Added support for the following methods:
- order.update
9. Other changes:
Added support for identifiers (UPC/EAN/GTIN/MPN/ISBN) for different platforms in the product.add, product.update, variant.add, variant.update methods, as well as output in product.list, product.info, product.child_item.list, product.child_item.info, list of platforms:
- WooСommerce
- Bigcommerce
- Shopware
- Prestashop
- OpenCart
- Demandware
Added the user_agent parameter to the account.cart.add, account.cart.config.update methods for all self-hosted (non-cloud) platforms. Now you can specify your own user-agent header, which will be used in API requests from API2Cart to the store. Sometimes this helps to avoid problems with the firewall on the store.