Description
Golisto Connector links a WooCommerce store with a Golisto account.
After the store owner connects the plugin to Golisto, the plugin can:
- register the WooCommerce shop with Golisto
- create WooCommerce API credentials for the connected merchant account
- let Golisto read product and inventory data from WooCommerce
- let Golisto create or update WooCommerce orders related to Golisto sales
- show Golisto order metadata inside WooCommerce admin
- sync approved stores with Golisto on a daily schedule and react to real-time product changes
External services
This plugin connects to Golisto services in order to complete the account connection and synchronize marketplace data.
It sends requests to:
https://golisto.com/woocommerce/connecthttps://api.golisto.com/api/woocommerce/statushttps://api.golisto.com/api/woocommerce/connect/credentialshttps://api.golisto.com/api/woocommerce/disconnect
When a WooCommerce administrator starts the connection flow, the plugin opens the Golisto connection page so the merchant can sign in, link the store, and return to WordPress admin to confirm the connection.
When a store owner connects the plugin, the plugin sends:
- the store URL
- WooCommerce store currency
- newly created WooCommerce API credentials for the requested Golisto connection
- a webhook secret used to verify future requests between WooCommerce and Golisto
These requests are only made after a WooCommerce administrator initiates or confirms the connection flow.
After the initial connection, the plugin also requests the current connection status from Golisto so it can show whether the shop is linked, awaiting approval, approved, or disconnected.
After connection, Golisto reviews the store before approval. Once a store is approved, Golisto may use the granted WooCommerce API credentials and related integration secrets to:
- read product catalog data such as titles, descriptions, prices, stock levels, and images
- keep approved products and inventory synchronized with Golisto
- react to relevant product changes, deletions, and creations
- create or update WooCommerce orders related to Golisto sales
- attach Golisto-related shipment, tracking, and payout metadata to WooCommerce orders when relevant
The plugin itself does not begin background synchronization until the merchant has initiated the connection flow and Golisto has approved the store.
Service terms:
https://www.iubenda.com/terms-and-conditions/59456077
Privacy policy:
https://www.iubenda.com/privacy-policy/59456077
Installation
- Upload the plugin folder to
/wp-content/plugins/, or install the plugin through WordPress once it is available in the plugin directory. - Activate the plugin.
- Make sure WooCommerce is installed and active.
- Open the
Golistomenu in WordPress admin. - Start the connection flow to request a Golisto connection. After that, Golisto reviews the store and approves eligible shops before ongoing sync is activated.
FAQ
-
Does this plugin require a Golisto account?
-
Yes. The plugin is intended for merchants who use Golisto. A merchant must have or create a Golisto account in order to connect the WooCommerce store, and the connection flow begins from the plugin inside WordPress admin.
-
Who approves the connection?
-
The WooCommerce administrator starts and confirms the connection from WordPress admin, but Golisto performs the final review and approval of the store before full synchronization is enabled. The plugin remains installed and usable before approval, but ongoing Golisto synchronization does not begin until the store has been approved.
-
Does the plugin contact external services?
-
Yes. It connects to Golisto to register the store, verify connection status, and exchange the credentials needed for synchronization.
-
Can I disconnect later?
-
Yes. The plugin provides a disconnect action in the admin UI.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Golisto Connector” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Golisto Connector” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Finalize WordPress.org submission readiness, including packaging, metadata, and Plugin Check cleanup.