Woocommerce MWS Sync Plugin WordPress, Download, Install

This plugin syncronises the inventory between a WooCommerce instance and an
Amazon seller account using the MWS API.

Woocommerce MWS Sync Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/woocommerce-mws-sync/

How to Install Woocommerce MWS Sync Plugin, Manually

  1. Download and activate the plugin.

  2. Set up your MWS credentials in your wp-config.php file.

// AWS API Key
define('AWS_ACCESS_KEY_ID', 'XXXXXXXX');
define('AWS_SECRET_ACCESS_KEY', 'XXXXXXXX');
// Our Merchant ID
define('MERCHANT_ID', 'XXXXXXXX');
define('MARKETPLACE_ID', 'XXXXXXXX');
define('MERCHANT_IDENTIFIER', 'XXXXXXXX');
// We want the US API
define('SERVICE_URL', 'https://mws.amazonservices.com');<pre><code></code></pre>

  1. Prepare your products on Amazon Seller Central

Make sure the products to be synced have an initial inventory value of 0 at Amazon.

Make sure the products you want to sync have the exact same SKU values in
WooCommerce and the Amazon Seller Central. Also, make sure SKU names don’t
clash for any products you don’t want to syncronise vai this plugin.

  1. Installation done! The first sync should happen within the first 30
    minutes, as MWS generates the first inventory report.

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *