Skip to main content
Version: 3.x

SaleChannelListingUpdate

Manage sale's availability in channels.

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

Requires MANAGE_DISCOUNTSpermission.
type SaleChannelListingUpdate {
sale: Sale
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}

Fields

SaleChannelListingUpdate.sale ● Sale object

An updated sale instance.

SaleChannelListingUpdate.discountErrors ● [DiscountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

SaleChannelListingUpdate.errors ● [DiscountError!]! non-null object

Returned by

saleChannelListingUpdate mutation


Was this page helpful?