forecho / amazon-mws

Interaction with the Amazon api for vendors called MWS
23 stars 15 forks source link

Fix query call of GetLowestPricedOffersForASIN #10

Closed glanch closed 3 years ago

glanch commented 3 years ago

Apparently the MWS API requires for this endpoint the params supplied as form parameters instead of URL parameters. This PR fixes the issue present in upstream.