get https://api.zaius.com/v3/recommendations/products
Get recommendations for a customer or product.
Structuring criteria
filters:
{"expression":
{"operator": "AND",
"predicates":
[{"field": "_on_sale",
"datatype": "boolean",
"value": "false",
"operator": "="},
{"field": "_gender",
"datatype": "char",
"value": "mens",
"operator": "="}]
}
}