> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/preorder-threshold

# 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.

```graphql
type PreorderThreshold {
  quantity: Int @deprecated
  soldUnits: Int! @deprecated
}
```

<a id="fields"></a>

### Fields

Show deprecatedHide deprecated

<a id="quantity"></a>

#### [`quantity`](#quantity) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

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.

<a id="sold-units"></a>

#### [`soldUnits`](#sold-units) ● [`Int!`](/api-reference/miscellaneous/scalars/int.md)

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.

<a id="member-of"></a>

### Member Of

[`ProductVariantChannelListing`](/api-reference/products/objects/product-variant-channel-listing.md) object
