Skip to main content

ProductVariantPreorderDeactivate Object

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

Requires the MANAGE_PRODUCTSpermission.
type ProductVariantPreorderDeactivate {
productVariant: ProductVariant
errors: [ProductError!]!
}

Fields

productVariant ● ProductVariant

Product variant with ended preorder.

errors ● [ProductError!]!

Returned By

productVariantPreorderDeactivate mutation