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