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
Product variant with ended preorder.
ProductVariantPreorderDeactivate.errors ● [ProductError!]! non-null object
Returned by
productVariantPreorderDeactivate mutation
Was this page helpful?