CataloguePredicateInput Input Type
No description
input CataloguePredicateInput {
  variantPredicate: ProductVariantWhereInput
  productPredicate: ProductWhereInput
  categoryPredicate: CategoryWhereInput
  collectionPredicate: CollectionWhereInput
  AND: [CataloguePredicateInput!]
  OR: [CataloguePredicateInput!]
}
Fields
CataloguePredicateInput.variantPredicate ● ProductVariantWhereInput input products
Defines the product variant conditions to be met.
CataloguePredicateInput.productPredicate ● ProductWhereInput input products
Defines the product conditions to be met.
CataloguePredicateInput.categoryPredicate ● CategoryWhereInput input products
Defines the category conditions to be met.
CataloguePredicateInput.collectionPredicate ● CollectionWhereInput input products
Defines the collection conditions to be met.
CataloguePredicateInput.AND ● [CataloguePredicateInput!] list input discounts
List of conditions that must be met.
CataloguePredicateInput.OR ● [CataloguePredicateInput!] list input discounts
A list of conditions of which at least one must be met.
Member Of
CataloguePredicateInput input ● PromotionRuleCreateInput input ● PromotionRuleInput input ● PromotionRuleUpdateInput input