fillup / walmart-partner-api-sdk-php

PHP client for Walmart Partner APIs
MIT License
37 stars 51 forks source link

How to target the Canada marketplace #69

Open cralls opened 6 years ago

cralls commented 6 years ago

Is there a variable I can update in the SDK to target the Canada marketplace?

ronaldwraithco commented 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', ], ] ];

cralls commented 6 years ago

ronaldwraithco this is a Walmart SDK, not Amazon.

ronaldwraithco commented 6 years ago

My bad.

cralls commented 6 years ago

No worries, I have an Amazon extension too so your information is actually helpful for that :)