> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/inputs/catalogue-predicate-input

# CataloguePredicateInput Input Type

No description

```graphql
input CataloguePredicateInput {
  variantPredicate: ProductVariantWhereInput
  productPredicate: ProductWhereInput
  categoryPredicate: CategoryWhereInput
  collectionPredicate: CollectionWhereInput
  AND: [CataloguePredicateInput!]
  OR: [CataloguePredicateInput!]
}
```

<a id="fields"></a>

### Fields

<a id="variant-predicate"></a>

#### [`variantPredicate`](#variant-predicate) ● [`ProductVariantWhereInput`](/api-reference/products/inputs/product-variant-where-input.md)

Defines the product variant conditions to be met.

<a id="product-predicate"></a>

#### [`productPredicate`](#product-predicate) ● [`ProductWhereInput`](/api-reference/products/inputs/product-where-input.md)

Defines the product conditions to be met.

<a id="category-predicate"></a>

#### [`categoryPredicate`](#category-predicate) ● [`CategoryWhereInput`](/api-reference/products/inputs/category-where-input.md)

Defines the category conditions to be met.

<a id="collection-predicate"></a>

#### [`collectionPredicate`](#collection-predicate) ● [`CollectionWhereInput`](/api-reference/products/inputs/collection-where-input.md)

Defines the collection conditions to be met.

<a id="and"></a>

#### [`AND`](#and) ● [`[CataloguePredicateInput!]`](/api-reference/discounts/inputs/catalogue-predicate-input.md)

List of conditions that must be met.

<a id="or"></a>

#### [`OR`](#or) ● [`[CataloguePredicateInput!]`](/api-reference/discounts/inputs/catalogue-predicate-input.md)

A list of conditions of which at least one must be met.

<a id="member-of"></a>

### Member Of

[`CataloguePredicateInput`](/api-reference/discounts/inputs/catalogue-predicate-input.md) input  ● [`PromotionRuleCreateInput`](/api-reference/miscellaneous/inputs/promotion-rule-create-input.md) input  ● [`PromotionRuleInput`](/api-reference/discounts/inputs/promotion-rule-input.md) input  ● [`PromotionRuleUpdateInput`](/api-reference/miscellaneous/inputs/promotion-rule-update-input.md) input
