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
Details
type ProductVariantPreorderDeactivate {
productVariant: ProductVariant
errors: [ProductError!]!
}

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.