Skip to content

Instantly share code, notes, and snippets.

@hiraq
Created March 24, 2012 02:31
Show Gist options
  • Save hiraq/2177669 to your computer and use it in GitHub Desktop.
Save hiraq/2177669 to your computer and use it in GitHub Desktop.
ItemLookup operation
<?php
/*
* set operations
*/
$amazon->request()->detail('0596157134');
$amazon->request()->setParams(array(
'ResponseGroup' => 'Large'
));
$amazon->response()->proceed($amazon->request()->send());
debug($amazon->response()->getItems());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment