interchange / Amazon-MWS

API binding for Amazon's Marketplace Web Services.
8 stars 8 forks source link

Issues using GetServiceStatus, GetMyFeesEstimate not implemented, and a patch. #13

Closed risner closed 8 years ago

risner commented 8 years ago

I get a perl error using GetServiceStatus: $res = $mws->GetServiceStatus(); Can't locate object method "GetServiceStatus" via package "Amazon::MWS::Client" at ./test-mws.pl line 136.

GetMyFeesEstimate isn't implemented, and looks complicated. It would be good to have, but I'm unable to code it at this time.

Sever subs had their version and service params swapped. I made them uniform. Simply a formatting correction.

Several needed a newer version, so I added version to them. I think at this point all Product require the newer version.

I've also implemented: GetLowestPricedOffersForSKU GetLowestPricedOffersForASIN GetMyPriceForSKU GetMyPriceForASIN

Amazon-MWS-0.131-patch2.txt

racke commented 8 years ago

Thanks a lot, I'll review your patch in the next few days.

racke commented 8 years ago

GetServiceStatus:fixed in 74b25c5.