PreorderData
Represents preorder settings for product variant.
type PreorderData {
globalThreshold: Int
globalSoldUnits: Int!
endDate: DateTime
}
Fields
PreorderData.globalThreshold
● Int
scalar miscellaneous
The global preorder threshold for product variant.
PreorderData.globalSoldUnits
● Int!
non-null scalar miscellaneous
Total number of sold product variant during preorder.
PreorderData.endDate
● DateTime
scalar miscellaneous
Preorder end date.
Member Of
ProductVariant
object