Skip to content

Instantly share code, notes, and snippets.

@EricBusch
Last active November 6, 2022 11:05
Show Gist options
  • Select an option

  • Save EricBusch/6700618 to your computer and use it in GitHub Desktop.

Select an option

Save EricBusch/6700618 to your computer and use it in GitHub Desktop.
<?php
$search = $api->searchRequest();
$search->addFilter('ANY LIKE shoes');
$search->excludeDuplicates('image');
$products = $search->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment