Description
WooCommerce triggers an action whenever an order is completed, its status is changed, or a product is created or modified.
With this plugin, you can define which shortcode should be executed by this action.
For example, you can use it to send the data of the new product or an order to another shop system.
This can be done using the PRO version of the JSONContentImporter or any other plugin that provides suitable shortcodes.
This allows you to keep WooCommerce and another shop system in sync.
Main Plugin Features
- Seamless Integration with External Systems: Automatically connects the local WooCommerce store with external systems using API calls.
- WooCommerce Hook-Based Trigger
- Trigger Order Complete: Hooks woocommerce_thankyou or woocommerce_order_status_completed
- Trigger Order Status Changed: woocommerce_order_status_changed hook.
- Trigger Product created or updated: woocommerce_new_product or woocommerce_update_product
FAQ
-
Help! I need more information!
-
Open a Ticket at WordPress.org
-
What other Plugins do I need?
-
You need the WooCommerce-Plugin for the Store that fires the Actions.
A second plugin is required to provide a shortcode that is executed by the WooCommerce action.
You can create such a plugin yourself using PHP and integrate it with an API of your choice.
The WooCommerce information related to the action is available via the shortcode parameter “param1”.
The PRO version of the JSONContentImporter plugin can handle this task for you.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“API Data Sync for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “API Data Sync for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3
- Initial Version