ProductVariantChannelListing Object
Represents product variant channel listing.
type ProductVariantChannelListing implements Node {
id: ID!
channel: Channel!
price: Money
costPrice: Money
priorPrice: 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.priorPrice ● Money object miscellaneous
Previous price of the variant in channel. Useful for providing promotion information required by customer protection laws such as EU Omnibus directive.
Warning: This field is not updated automatically. Use Channel Listings mutation to update it manually.
Added in Saleor 3.21ProductVariantChannelListing.margin ● Int scalar miscellaneous
Gross margin percentage value.
ProductVariantChannelListing.preorderThreshold ● PreorderThreshold object products
Preorder variant data.
Interfaces
Node interface miscellaneous
An object with an ID
Member Of
ProductVariant object