saleCataloguesAdd
Adds products, categories, collections to a sale.
DEPRECATED: this mutation will be removed in Saleor 4.0. Use promotionRuleCreate mutation instead.
Triggers the following webhook events:
- SALE_UPDATED (async): A sale was updated.
saleCataloguesAdd(
id: ID!
input: CatalogueInput!
): SaleAddCatalogues
Arguments
saleCataloguesAdd.id ● ID! non-null scalar
ID of a sale.
saleCataloguesAdd.input ● CatalogueInput! non-null input
Fields required to modify catalogue IDs of sale.
Type
SaleAddCatalogues object
Adds products, categories, collections to a sale.
DEPRECATED: this mutation will be removed in Saleor 4.0. Use
promotionRuleCreatemutation instead.
Triggers the following webhook events:
- SALE_UPDATED (async): A sale was updated.