Amazon-ECS-PHP-Library icon indicating copy to clipboard operation
Amazon-ECS-PHP-Library copied to clipboard

This library is no longer maintained! Please have a look at my new amazon Lib at: https://github.com/Exeu/apai-io

Results 9 Amazon-ECS-PHP-Library issues
Sort by recently updated
recently updated
newest added

Added a function which will allow you to search with all parameters available in the ItemSearchRequest call (Artist, Author, Title). Usage: $requestArray = array(); $requestArray['Author'] = "Stephen King"; $requestArray['Title'] =...

Feature Request

Hi how to books ısbn-10 number?

Links to product have no associate tags when looking up product and the secret keys shows up. inplace of the tag. This is not consistent and appears in some server...

How to parse through all the Pages we get for any category and responsegroup e.g. $response = $amazonEcs->category('All')->responseGroup('ItemAttributes, Large, Medium')->search(array('Brand' => )); $total_pages = $response['Items']['TotalPages']; let say we got 100...

The function optional parameters clears the other parameters set already. This is inconsistent because with your ways of returning the main object in all the funcions. (Sorry my bad english)....

``` /** * Setting the sort to a specified value. * Allows to sort results, only if the cattegory selected is not 'ALL' * * @param string $parameter * *...

i want to get the output sorted by price right now i'm using ``` $response = $amazonEcs->responseGroup('Images,ItemAttributes')->optionalParameters(array('ItemPage' =>$page))->category($category)->search($q); ``` plz help me out

Thanks for putting this together. It's been awesome for an amateur coder like myself! I am trying to pull stuff from endless.com (owned by Amazon). Amazon's documentation says ItemSearch on...