ProductVariantChannelListing
Represents product variant channel listing.
type ProductVariantChannelListing implements Node {
id: ID!
channel: Channel!
price: Money
costPrice: Money
margin: Int
preorderThreshold: PreorderThreshold
}
Fields
ProductVariantChannelListing.id
● ID!
non-null scalar miscellaneous
The ID of the variant channel listing.
ProductVariantChannelListing.channel
● Channel!
non-null object channels
The channel to which the variant listing belongs.
ProductVariantChannelListing.price
● Money
object miscellaneous
The price of the variant.
ProductVariantChannelListing.costPrice
● Money
object miscellaneous
Cost price of the variant.
ProductVariantChannelListing.margin
● Int
scalar miscellaneous
Gross margin percentage value.
ProductVariantChannelListing.preorderThreshold
● PreorderThreshold
object products
Preorder variant data.
Added in Saleor 3.1