Problem fetching offers
Closed this issue · 1 comments
Deleted user commented
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?
Deleted user commented
Seem to be an Amazon problem