Multipify Connect for WooCommerce

Description

Multipify Connect helps WooCommerce store managers create a dedicated REST API connection for Multipify without manually navigating through the WooCommerce REST API settings.

The store manager explicitly starts the credential-generation process from WooCommerce > Multipify. The plugin then creates a dedicated WooCommerce REST API key with read/write permissions and displays the store URL, Consumer Key and Consumer Secret temporarily in the WordPress administration area so they can be copied into the corresponding WordPress / WooCommerce connection in Multipify.

The plugin does not automatically transmit the generated credentials to Multipify or to any other external server.

Features:

  • Creates dedicated WooCommerce REST API credentials for Multipify.
  • Uses read/write permissions required for catalog and order synchronization features.
  • Displays the store URL, Consumer Key and Consumer Secret in one place.
  • Keeps the generated secret visible only for a short period in the plugin interface.
  • Does not send the credentials to Multipify automatically.
  • Lets store managers revoke the API key from WooCommerce at any time.
  • Declares compatibility with WooCommerce High-Performance Order Storage (HPOS).
  • Includes dedicated Connection, Security and Help screens.

External service

Multipify is an external ecommerce management service available at https://multipify.eu/.

This plugin does not contact Multipify automatically. When the store manager clicks the “Open Multipify” or support links, the browser opens the Multipify website. If the store manager later copies the WooCommerce REST API credentials into a Multipify account, Multipify can use those credentials to access the store’s WooCommerce REST API according to the permissions granted to that key.

Before using the Multipify service, review its terms and privacy information on the Multipify website.

Privacy

The plugin itself does not send analytics, telemetry, store data or generated API credentials to Multipify automatically. API credentials are generated locally in the WooCommerce database and shown temporarily to the logged-in store manager who requested them.

Installation

  1. Install and activate WooCommerce.
  2. Upload the Multipify Connect ZIP from Plugins > Add New Plugin > Upload Plugin, or copy the plugin folder to /wp-content/plugins/.
  3. Activate Multipify Connect for WooCommerce.
  4. Make sure the site uses HTTPS.
  5. Open WooCommerce > Multipify.
  6. Click Generate API keys.
  7. Copy the store URL, Consumer Key and Consumer Secret into the WordPress / WooCommerce connection in your Multipify account.

FAQ

Does this plugin require WooCommerce?

Yes. WooCommerce must be installed and active.

What permissions are created?

The generated WooCommerce REST API key uses read/write permissions. These permissions allow Multipify, after the store manager manually provides the credentials to the service, to synchronize catalog and order data and update WooCommerce resources used by enabled Multipify features.

Does the plugin transmit my API keys automatically?

No. The plugin displays the generated credentials temporarily in the WordPress administration area. The store manager decides whether to copy them into Multipify.

How long are the credentials displayed?

The temporary administration display expires after approximately 15 minutes. The WooCommerce API key itself remains active until it is revoked.

How do I revoke access?

Go to WooCommerce > Settings > Advanced > REST API and revoke the key created for Multipify.

Is HPOS supported?

Yes. The connector does not directly read or write WooCommerce order tables and declares compatibility with HPOS.

Why does the plugin create the key locally?

Some shared hosting environments block the server-to-server callback used by WooCommerce’s application authentication flow. Multipify Connect therefore creates the same type of WooCommerce REST API key locally after a logged-in store manager explicitly requests it.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Multipify Connect for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.5

  • Prepared the plugin package for WordPress.org review.
  • Updated documentation to accurately describe local WooCommerce REST API key creation.
  • Added external-service and privacy disclosures.
  • Moved administration JavaScript to a local asset file.
  • Added an explicit WooCommerce plugin dependency header.
  • Updated WooCommerce compatibility metadata.
  • Improved error handling and accessibility for credential controls.

1.0.3

  • Added the Multipify visual to the administration header, connection screen and footer.

1.0.2

  • Added a redesigned Multipify interface with Connection, Security and Help navigation.
  • Added clearer store status and credential presentation.

1.0.1

  • Avoided cURL 56/403 callback failures on some shared hosts by creating WooCommerce API keys locally without an outbound callback.

1.0.0

  • Initial release.