Closed gelinger777 closed 8 years ago
....
According to the Documentation of Amazon there is NO IdType for Search. It should be ItemLookup....
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemLookup.html
Use the ItemLookup class for this kind of search.
$lookup->setIdType("EAN");
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/EX_LookupbyISBN.html What you would say to this one? There is a param idType in search.
Again: This is not Search -> This is Lookup.
Am I missing in documentation something? How to set idType ?
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/OtherItemIdentifiers.html
??? I have made a pull request of code which I did. but seems its incomplete.