开发者 |
zuige
ottok |
---|---|
更新时间 | 2020年7月28日 20:22 |
捐献地址: | 去捐款 |
PHP版本: | 5.6.0 及以上 |
WordPress版本: | 4.9.4 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
// 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');
3. 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.