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

Parsing All ItemPages

Open haridarshan opened this issue 12 years ago • 0 comments

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' => <anyBrandName>));

$total_pages = $response['Items']['TotalPages'];

let say we got 100 pages each having 10 records. Now I would like to know how parse through all the remaining 99 pages.

haridarshan avatar Nov 19 '13 07:11 haridarshan