productVariantPreorderDeactivate Mutation
Deactivates product variant preorder. It changes all preorder allocation into regular allocation.
productVariantPreorderDeactivate(
id: ID!
): ProductVariantPreorderDeactivate
Details
type ProductVariantPreorderDeactivate {
productVariant: ProductVariant
errors: [ProductError!]!
}
Arguments
id ● ID!
ID of a variant which preorder should be deactivated.
Type
ProductVariantPreorderDeactivate
Deactivates product variant preorder. It changes all preorder allocation into regular allocation.