saleCataloguesRemove Mutation
DEPRECATED
Use promotionRuleUpdate and promotionRuleDelete mutations instead.
Removes products, categories, collections from a sale.
Triggers the following webhook events:
- SALE_UPDATED (async): A sale was updated.
saleCataloguesRemove(
id: ID!
input: CatalogueInput!
): SaleRemoveCatalogues @deprecated
Show return type
Arguments
id ● ID!
ID of a sale.
input ● CatalogueInput!
Fields required to modify catalogue IDs of sale.
Type
SaleRemoveCatalogues
Removes products, categories, collections from a sale.
Triggers the following webhook events:
- SALE_UPDATED (async): A sale was updated.