Skip to main content

PreorderSettingsInput Input Type

Preorder settings for a 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.

input PreorderSettingsInput {
globalThreshold: 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 threshold for preorder variant.

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.

The end date for preorder.

Member Of

ProductVariantBulkCreateInput input ● ProductVariantBulkUpdateInput input ● ProductVariantCreateInput input ● ProductVariantInput input