go-amazon-mws-api icon indicating copy to clipboard operation
go-amazon-mws-api copied to clipboard

Amazon MWS API client

Results 4 go-amazon-mws-api issues
Sort by recently updated
recently updated
newest added

Adds `GetMyFeesEstimate` and `GetLowestPricedOffersForASIN` methods and an interface for a single standard of request arguments

I've noticed that when fetching GetLowestOfferListingsForASIN with more than 9 ASIN's (API supports up to 20), that the code below breaks the request and amazon gives signing errors: https://github.com/ezkl/go-amazon-mws-api/blob/d35bbe2c053c20b7e90fa9bc0f4caf5f0753cb8c/urlgen.go#L94-L96 After...