ProductVariantPreorderDeactivate
Deactivates product variant preorder. It changes all preorder allocation into regular allocation.
Added in Saleor 3.1type 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