SaleChannelListing
Represents sale channel listing.
DEPRECATED: this type will be removed in Saleor 4.0. Use PromotionRule
type instead.
type SaleChannelListing implements Node {
id: ID!
channel: Channel!
discountValue: Float!
currency: String!
}
Fields
SaleChannelListing.id
● ID!
non-null scalar miscellaneous
The ID of the channel listing.
SaleChannelListing.channel
● Channel!
non-null object channels
The channel in which the sale is available.
SaleChannelListing.discountValue
● Float!
non-null scalar miscellaneous
The value of the discount applied to the sale in the channel.
SaleChannelListing.currency
● String!
non-null scalar miscellaneous
The currency in which the discount value is specified.
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
Sale
object