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
ProductVariantChannelListing.channel ● Channel! non-null object
ProductVariantChannelListing.price ● Money object
ProductVariantChannelListing.costPrice ● Money object
Cost price of the variant.
ProductVariantChannelListing.margin ● Int scalar
Gross margin percentage value.
ProductVariantChannelListing.preorderThreshold ● PreorderThreshold object
Preorder variant data.
Added in Saleor 3.1
Interfaces
Node interface
An object with an ID
Member of
ProductVariant object
Was this page helpful?