sonnenglas / amazon-mws-laravel

A library to connect to Amazon's MWS web services in an object oriented manner
Apache License 2.0
64 stars 73 forks source link

any tipe of call in need store name is required but what is store name? #24

Open ar-narola opened 5 years ago

djp-narola commented 5 years ago

you used is mws config (project/config/amazon-mws.php) parameter in define array structure in mention it. i.e. return [ 'store' => [ 'store1' => [ 'merchantId' => '*', //#Seller ID 'marketplaceId' => '***', 'keyId' => '', 'secretKey' => '', 'authToken' => '***', 'amazonServiceUrl' => 'https://mws.amazonservices.in/',

];

in store1 is your store name is just name for config file.