Skip to main content
Version: 3.x

ProductVariantBulkDelete

Deletes product variants.

Requires MANAGE_PRODUCTSpermission.
type ProductVariantBulkDelete {
count: Int!
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

ProductVariantBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

ProductVariantBulkDelete.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductVariantBulkDelete.errors ● [ProductError!]! non-null object

Returned by

productVariantBulkDelete mutation


Was this page helpful?