PreorderThreshold
Represents preorder variant data for channel.
type PreorderThreshold {
quantity: Int
soldUnits: Int!
}
Fields
PreorderThreshold.quantity ● Int scalar
Preorder threshold for product variant in this channel.
PreorderThreshold.soldUnits ● Int! non-null scalar
Number of sold product variant in this channel.
Member of
ProductVariantChannelListing object
Was this page helpful?