- Many breaking changes.
- Update to PA-API v5
- Use official SDK
- Support Laravel5.8 and PHP7.1 again
https://webservices.amazon.com/paapi5/documentation/
Add host
and region
.
https://webservices.amazon.com/paapi5/documentation/common-request-parameters.html#host-and-region
return [
'api_key' => env('AMAZON_API_KEY', ''),
'api_secret_key' => env('AMAZON_API_SECRET_KEY', ''),
'associate_tag' => env('AMAZON_ASSOCIATE_TAG', ''),
'host' => env('AMAZON_HOST', 'webservices.amazon.co.jp'),
'region' => env('AMAZON_REGION', 'us-west-2'),
];
AMAZON_HOST=webservices.amazon.com
AMAZON_REGION=us-east-1
NewReleases
is Deprecated.
TopSellers
is not support yet.
https://webservices.amazon.com/paapi5/documentation/get-variations.html
Check your code.