SaleChannelListing
Represents sale channel listing.
type SaleChannelListing implements Node {
id: ID!
channel: Channel!
discountValue: Float!
currency: String!
}
Fields
SaleChannelListing.id
● ID!
non-null scalar
SaleChannelListing.channel
● Channel!
non-null object
SaleChannelListing.discountValue
● Float!
non-null scalar
SaleChannelListing.currency
● String!
non-null scalar
Interfaces
Node
interface
An object with an ID
Member of
Sale
object
Was this page helpful?