Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam cum illum soluta reprehenderit earum totam reiciendis natus non officiis doloremque ex, quae iste, eos doloribus.
Parameter | Data Type | Description |
---|---|---|
product_type |
string |
The type of makeup being searched for (ie. lipstick, eyeliner). See list of product types below. Will return a list of all products of this type |
product_category |
string |
Sub-category for each makeup-type. (ie. lip gloss is a category of lipstick). See product types below. If a category exists it will be under 'By Category'. Will return a list of all products of this category |
product_tags |
string, list separated by commas |
Options each product could be tagged with. (ie. vegan). each product can have multiple tags. If tags exist it will be in the product types under 'By Tag'. Will return a list of products filtered by all tags indicated |
brand |
string |
Brand of the product. Will return all products for each brand |
price_greater_than |
number |
Will return a list of products with price greater than indicated number (exclusive) |
price_less_than |
number |
Will return a list of products with price less than indicated number (exclusive) |
rating_greater_than |
number |
Will return a list of products with a rating more than indicated number (exclusive) |
rating_less_than |
number |
Will return a list of products with a rating less than indicated number (exclusive) |