Skip to main content
Version: Canary 🚧

CatalogueInput

No description

input CatalogueInput {
products: [ID!]
categories: [ID!]
collections: [ID!]
variants: [ID!]
}

Fields

CatalogueInput.products ● [ID!] list scalar

Products related to the discount.

CatalogueInput.categories ● [ID!] list scalar

Categories related to the discount.

CatalogueInput.collections ● [ID!] list scalar

Collections related to the discount.

CatalogueInput.variants ● [ID!] list scalar

Product variant related to the discount.

Added in Saleor 3.1

Member of

saleCataloguesAdd mutation ● saleCataloguesRemove mutation ● voucherCataloguesAdd mutation ● voucherCataloguesRemove mutation


Was this page helpful?