API Data Sync for WooCommerce

説明

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.

評価

このプラグインにはレビューがありません。

貢献者と開発者

API Data Sync for WooCommerce はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“API Data Sync for WooCommerce” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.3

  • Initial Version