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

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

```graphql
type PreorderData {
  globalThreshold: Int @deprecated
  globalSoldUnits: Int! @deprecated
  endDate: DateTime @deprecated
}
```

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

### Fields

Show deprecatedHide deprecated

<a id="global-threshold"></a>

#### [`globalThreshold`](#global-threshold) ● [`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.

The global preorder threshold for product variant.

Requires the MANAGE\_PRODUCTS permission.

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

#### [`globalSoldUnits`](#global-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.

Total number of sold product variant during preorder.

Requires the MANAGE\_PRODUCTS permission.

<a id="end-date"></a>

#### [`endDate`](#end-date) ● [`DateTime`](/api-reference/miscellaneous/scalars/date-time.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 end date.

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

### Member Of

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