ProductVariantPreorderDeactivate Object
Deactivates product variant preorder. It changes all preorder allocation into regular allocation.
DEPRECATED: Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set trackInventory to false to sell without a stock limit.
type ProductVariantPreorderDeactivate {
productVariant: ProductVariant
errors: [ProductError!]!
}
Fields
productVariant ● ProductVariant
Product variant with ended preorder.
errors ● [ProductError!]!
Returned By
productVariantPreorderDeactivate mutation