SaleChannelListingUpdate
Manage sale's availability in channels.
DEPRECATED: this mutation will be removed in Saleor 4.0. Use promotionRuleCreate
or promotionRuleUpdate
mutations instead.
type SaleChannelListingUpdate {
sale: Sale
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}
Fields
SaleChannelListingUpdate.sale
● Sale
object discounts
An updated sale instance.
SaleChannelListingUpdate.discountErrors
● [DiscountError!]!
deprecated non-null object discounts
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
SaleChannelListingUpdate.errors
● [DiscountError!]!
non-null object discounts
Returned By
saleChannelListingUpdate
mutation