Skip to main content
Version: 3.x

ProductVariantPreorderDeactivate

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

Added in Saleor 3.1
Requires MANAGE_PRODUCTSpermission.
type 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?