Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. opHelper.execute('ItemSearch', {
  2. 'SearchIndex': 'Books',
  3. 'Keywords': 'harry potter',
  4. 'ResponseGroup': 'ItemAttributes, Offers'
  5. }, function(err, results) {
  6. console.log(results);
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement