Skip to main content
Version: 3.x

productVariantPreorderDeactivate

Deactivates product variant preorder. It changes all preorder allocation into regular allocation.

Added in Saleor 3.1
Requires MANAGE_PRODUCTSpermission.
productVariantPreorderDeactivate(
id: ID!
): ProductVariantPreorderDeactivate

Arguments

productVariantPreorderDeactivate.id ● ID! non-null scalar

ID of a variant which preorder should be deactivated.

Type

ProductVariantPreorderDeactivate object

Deactivates product variant preorder. It changes all preorder allocation into regular allocation.

Added in Saleor 3.1
Requires MANAGE_PRODUCTSpermission.

Was this page helpful?