Schema Documentation
ProductAttributeFilterInput
Description
Product filter
Fields
Input Field | Description |
---|---|
ids - [Int] | A list of term ids |
operator - AttributeOperatorEnum | Filter operation type |
taxonomy - ProductAttributeEnum! | Which field to select taxonomy term by. |
terms - [String] | A list of term slugs |
Example
{"ids":[987],"operator":"AND","taxonomy":"PA_COLOR","terms":["abc123"]}