post deprecatedhttps://rebuyengine.com/api/v1/products/search/advanced
This API is deprecated. Please use our smart-search api. Returns a list of products based on the given query and/or POST parameters.
POST /api/v1/products/search/advanced
Notes
- Use this endpoint to provide an advanced site-wide product search.
- Important: Below you'll find three similar search parameters:
product_option_exists
,product_option_equals
, andproduct_option_matches_regex
.
- Only one of these can be used at a time and they are processed in the order that they are listed.
- In other words, if you include
product_option_exists
andproduct_option_equals
in your search, only theproduct_option_exists
param will be used.