Περιγραφή
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 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 we support.
We provide SDK and detailed documentation 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.
Εγκατάσταση
- Upload the
a2c-webhook-helper
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Συχνές Ερωτήσεις
-
Does this plugin require the Woocommerce plugin?
-
Yes, the Woocommerce plugin must be installed and active.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Webhook Helper” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Webhook Helper” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.6.3
- Fix bug with multi-store
1.6.2
- Fix order.shipment webhook events
1.6.1
- Fix plugin compatibility
1.6
- Added support for integration with Woocommerce via REST API
- Added new REST API endpoints:
- GET wc-a2c/v1/basket/{basket_id} – retrieve basket by ID,
- PUT wc-a2c/v1/basket/{basket_id} – update basket,
- GET wc-a2c/v1/customer/{customer_id}/basket – retrieve customer basket,
- POST wc-a2c/v1/customer/{customer_id}/basket – create customer basket,
- GET wc-a2c/v1/customer/{customer_id}/session – retrieve customer session data,
- GET wc-a2c/v1/abandoned-order – get abandoned carts
1.5
- Added webhooks ‘Variant Created, Variant Updated, Variant Deleted’
1.4
- Added webhooks ‘Shipment Tracking Create’ and ‘Shipment Tracking Delete’
1.3
- Fix an issue with the code that set an empty value to a variable. This caused to PHP Warning on PHP 8
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