1. The following methods have been added for 3DCart Rest API:
- order.list
- order.info
- order.count
- category.list
- category.info
- category.find
- category.count
- customer.list
- customer.info
- customer.count
- customer.find
2. SKU filter has been added to product.find method for Shopify.
3. Now when executing order.update method on WooCommerce the corresponding hooks on third-party plugins will be triggered, and a webhook will come.
4. Support of the “Engagement Cloud for WooCommerce" plugin has been added.
5. The following parameters have been added to product.update method for BigCommerce:
- categories_ids
- meta_title
- meta_keywords
- meta_description
- seo_url
- cost_price
- retail_price
- weight
- visible
6. The following parameters have been added to product.variant.update method for BigCommerce:
- status
- weight
- cost_price
- retail_price
- special_price
7. The methods product.variant.image.add, product.image.update and product.image.delete have been added for BigCommerce.
8. The following parameters have been added to product.add method for BigCommerce:
- cost_price
- upc
- mpn
- gtin
9. The following parameters have been added to product.update method for BigCommerce:
- manufacturer
- visible
- status
- height
- length
- width
10. New field order_details_url has been added to the response structure of order.list and order.info methods for PrestaShop, WooCommerce, Shopware and CS-Cart.
11. The hints for fields have been added to Plugin Builder.
12. Category.list method has been added for Walmart.