Last active
November 6, 2022 11:05
-
-
Save EricBusch/7415136 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $search = $api->searchRequest(); | |
| $search->addFilter( 'salediscount > 20' ); | |
| $products = $search->execute(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment