ProductVariantPreorderDeactivate Object
Deactivates product variant preorder. It changes all preorder allocation into regular allocation.
type ProductVariantPreorderDeactivate {
productVariant: ProductVariant
errors: [ProductError!]!
}
Fields
productVariant ● ProductVariant
Product variant with ended preorder.
errors ● [ProductError!]!
Returned By
productVariantPreorderDeactivate mutation