keithbrink / amazon-mws-laravel

A Laravel library for Amazon's MWS web services, supporting Laravel 5-8+
Apache License 2.0
27 stars 23 forks source link

How do I use my developer credentials when submitting requests? #27

Closed orenlande closed 4 years ago

orenlande commented 4 years ago

It might be a silly question... I have my developer keys, but all I see in docs is how to submit requests on behalf of the user. I believe Amazon MWS requests also need my MWS developer ID, AWS Access Key ID, Client Secret. How exactly it's being done? do I need to configure these details somewhere?

Thank you !

orenlande commented 4 years ago

gotcha.. was supposed to populate the following fields: 'keyId' => [AWS Access Key ID], 'secretKey' => [Client Secret],