Skip to content

Instantly share code, notes, and snippets.

@EricBusch
Created July 19, 2013 15:51
Show Gist options
  • Save EricBusch/6040208 to your computer and use it in GitHub Desktop.
Save EricBusch/6040208 to your computer and use it in GitHub Desktop.
<?php
$search = $api->searchRequest();
$search->addFilter('ANY LIKE shoes');
$products = $search->execute();
$merchants = $search->getMerchants();
print_r($merchants);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment