Skip to main content

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

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.

Preorder threshold for product variant in this channel.

soldUnits ● Int!

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.

Number of sold product variant in this channel.

Member Of

ProductVariantChannelListing object