Skip to content

Instantly share code, notes, and snippets.

@EricBusch
Last active November 6, 2022 11:05
Show Gist options
  • Save EricBusch/6073035 to your computer and use it in GitHub Desktop.
Save EricBusch/6073035 to your computer and use it in GitHub Desktop.
<?php
$search = $api->searchRequest();
$search->addFilter('ANY LIKE shoes');
$search->setPriceGroups(3);
$products = $search->execute();
print_r( $search->getPriceGroups() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment