Search Engine (products)
GET
/search-engine/products.json
PARAMETERS LIST
categoryUID (int) | Category Identifier ( /categories/list.json ) |
brandUID (int) | Brand Identifier ( /brands/list.json ) |
keywords required (string) | Product search string |
params (array) | Associative array of param nane and param index |
price_low (float) | Minimun product price (filter), must be used with price_high specified |
price_high (float) | Maximum product price (filter), must be used with price_low specified |
tags (array) | Search product by specified tag(s) eg: ?tags[]=test&tags[]=colorful search for product with test or colorful tag |