PreorderThreshold Object
Represents preorder variant data for channel.
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 PreorderThreshold {
quantity: Int @deprecated
soldUnits: Int! @deprecated
}
Fields
Show deprecatedHide deprecated
quantity ● 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.
Preorder threshold for product variant in this channel.
soldUnits ● 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.
Number of sold product variant in this channel.
Member Of
ProductVariantChannelListing object