Skip to main content
Version: 3.x

saleCataloguesAdd

Adds products, categories, collections to a sale.

DEPRECATED: this mutation will be removed in Saleor 4.0. Use promotionRuleCreate mutation instead.

Requires MANAGE_DISCOUNTSpermission.

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 promotionRuleCreate mutation instead.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • SALE_UPDATED (async): A sale was updated.

Was this page helpful?