Skip to content

AllOfPredicate

AND-combination of two or more FieldComparisonPredicates on one branch, e.g. country = US AND shippingDiffers = yes. Server-validated to contain only FieldComparisonPredicate members (no nesting, no LocalePredicate) and to have at least two — a well-formed response never sends a one-element AllOfPredicate.

kind: "AllOf"


predicates: FieldComparisonPredicate[]