Skip to main content
Version: 3.x

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

The ID of the variant channel listing.

ProductVariantChannelListing.channel ● Channel! non-null object

The channel to which the variant listing belongs.

ProductVariantChannelListing.price ● Money object

The price of the variant.

ProductVariantChannelListing.costPrice ● Money object

Cost price of the variant.

ProductVariantChannelListing.margin ● Int scalar

Gross margin percentage value.

Requires MANAGE_PRODUCTSpermission.

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?