SaleChannelListingUpdate
Manage sale's availability in channels.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
SaleChannelListingUpdate.errors ● [DiscountError!]! non-null object
Returned by
saleChannelListingUpdate mutation
Was this page helpful?