Exeu / apai-io

DISCONTINUED Amazon Product Adverstising Library based on PHP REST and SOAP (only V1) using the Product Advertising API.
http://apai-io.readthedocs.io/en/latest/
628 stars 154 forks source link

idType #128

Closed gelinger777 closed 8 years ago

gelinger777 commented 8 years ago

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.

Exeu commented 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");

gelinger777 commented 8 years ago

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.

Exeu commented 8 years ago

Again: This is not Search -> This is Lookup.