Filtering
When accessing data via the API, there are three types of relationships that are exposed. They are described below.
Relationship Type
Sample Attribute
Sample Value
Simple Filtering
<attributes>:<operator>:<value>,..$ curl -s -G '<base-url>/wp-json/nc-data/v1/product-variants' -d filter='product_variants.visible:eq:1,price:gt:80' | jq .dataSupported Operators
Last updated