Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Parsing All ItemPages #49

Open
haridarshan opened this issue Nov 19, 2013 · 0 comments
Open

Parsing All ItemPages #49

haridarshan opened this issue Nov 19, 2013 · 0 comments

Comments

@haridarshan
Copy link

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 pages each having 10 records. Now I would like to know how parse through all the remaining 99 pages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant