Open cralls opened 6 years ago
Go to config/amazon-mws.php
<?php return [ 'store' => [ 'Canada' => [ 'merchantId' => env('AMAZON_CANADA_MERCHANT_ID'), 'marketplaceId' => env('AMAZON_CANADA_MARKETPLACE_ID'), 'keyId' => env('AMAZON_CANADA_KEY_ID'), 'secretKey' => env('AMAZON_CANADA_SECRET_KEY'), 'amazonServiceUrl' => 'https://mws.amazonservices.com', ], ] ];
ronaldwraithco this is a Walmart SDK, not Amazon.
My bad.
No worries, I have an Amazon extension too so your information is actually helpful for that :)
Is there a variable I can update in the SDK to target the Canada marketplace?