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

Add "GetMatchingProduct" call to AmazonProductInfo #42

Closed ruskiyos closed 4 years ago

ruskiyos commented 4 years ago

Adds the ability to grab individual product info by ASIN

keithbrink commented 4 years ago

Surprised this isn't already here, thanks for the PR. Just FYI Amazon encourages using GetMatchingProductByID now.

Any chance you can add a test for this?

ruskiyos commented 4 years ago

Is that test sufficient?

keithbrink commented 4 years ago

That's great, thanks.