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