SaleChannelListingUpdate Object
Manage sale's availability in channels.
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
DEPRECATED
Use errors field instead.
SaleChannelListingUpdate.errors ● [DiscountError!]! non-null object discounts
Returned By
saleChannelListingUpdate mutation