PreorderData Object
Represents preorder settings for product variant.
DEPRECATED: Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set trackInventory to false to sell without a stock limit.
type PreorderData {
globalThreshold: Int @deprecated
globalSoldUnits: Int! @deprecated
endDate: DateTime @deprecated
}
Fields
Show deprecatedHide deprecated
globalThreshold ● Int
Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set trackInventory to false to sell without a stock limit.
The global preorder threshold for product variant.
globalSoldUnits ● Int!
Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set trackInventory to false to sell without a stock limit.
Total number of sold product variant during preorder.
endDate ● DateTime
Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set trackInventory to false to sell without a stock limit.
Preorder end date.
Member Of
ProductVariant object