=== Webhook Helper === Contributors: api2cartdev Tags: WooCommerce plugin, woocommerce webhooks, woocommerce integration, woocommerce shopping cart updates Requires PHP: 5.6 Requires at least: 4.1 Tested up to: 5.0.1 Stable tag: 1.2 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html == Description == This plugin was developed to improve integration with WooCommerce. It adds extra webhook topics. With this plugin, you can get webhook notifications for shopping cart updates, for example when the item is added or deleted. WooCommerce shopping cart doesn’t provide the ability to get webhook notifications for basket updates, and API2Cart developed this functionality itself. [API2Cart](https://api2cart.com/) is a unified API to integrate with 35+ shopping carts and marketplaces including Magento, Shopify, BigCommerce, WooCommerce, PrestaShop, Demandware, Amazon and others. API2Cart allows to retrieve, add, delete, update, and synchronize store data from all or any of the supported platform. See all [methods and platforms](https://api2cart.com/supported-api-methods/ ) we support. We provide [SDK and detailed documentation](http://docs.api2cart.com/) to help you connect multiple shopping carts and marketplaces in one go. If you have any questions, feel free to contact us at manager@api2cart.com or [submit the form](https://api2cart.com/contact-us/). == Installation == 1. Upload the `a2c-webhook-helper` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Does this plugin require the Woocommerce plugin? = Yes, the Woocommerce plugin must be installed and active. == Screenshots == 1. "Basket Updated" is a new webhook topic. == Changelog == = 1.2 = * Code refactored, added 'Basket Create' webhook, support guest baskets, added basket id into the order meta = 1.1.0 = * Added new Webhook topic 'Basket Deleted' and basket creation time = 1.0.1 = * Added plugin version tracking via Wordpress option = 1.0 = * First official release == Upgrade Notice == = 1.0 = * First version