Skip to main content

productVariantPreorderDeactivate Mutation

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

Requires the MANAGE_PRODUCTSpermission.
productVariantPreorderDeactivate(
id: ID!
): ProductVariantPreorderDeactivate
Show return type

Arguments

id ● ID!

ID of a variant which preorder should be deactivated.

Type

ProductVariantPreorderDeactivate

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

Requires the MANAGE_PRODUCTSpermission.