Skip to main content

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

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

globalSoldUnits ● 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.

Total number of sold product variant during preorder.

Requires the MANAGE_PRODUCTSpermission.

endDate ● DateTime

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.

Member Of

ProductVariant object