MarcL / AmazonProductAPI

PHP library to retrieve products from the Amazon Product API
MIT License
130 stars 50 forks source link

Lookup by ISBN #19

Open dg01d opened 6 years ago

dg01d commented 6 years ago

Would it be possible to add Lookup by ISBN?

The following request uses the ItemLookup operation to find an item by ISBN. The IdType parameter is set to ISBN, and the ItemId value is 076243631X.

In curl, the keys are given as:

&IdType=ISBN
&ItemId=076243631X
MarcL commented 6 years ago

@dg01d - Sounds like a good plan. Will add it to the list and update soon for you.