Exeu / Amazon-ECS-PHP-Library

This library is no longer maintained! Please have a look at my new amazon Lib at: https://github.com/Exeu/apai-io
https://github.com/Exeu/apai-io
GNU General Public License v3.0
238 stars 97 forks source link

Problem fetching offers #14

Closed ghost closed 13 years ago

ghost commented 13 years ago

Hi everybody,

first of all I want you to know, that this class is working nearly perfect. Well done! I just have one question (bug?):

I like to get all offers of an item by EAN:

$response = $amazonEcs->responseGroup('OfferSummary,OfferListings,ItemAttributes')->optionalParameters(array('IdType' => 'EAN', 'Condition' => 'Used', 'MerchantId' => 'All', 'SearchIndex' => 'All'))->lookup($ean);

This query fetches me "TotalUsed = 3", but "TotalOffers = 1" and just lists me that one as OfferListing.

You can use '8590646400026' as EAN and co.uk as country code.

Thanks!

Any suggestion whats going wrong here?

ghost commented 13 years ago

Seem to be an Amazon problem