Skip to main content

ProductVariantBulkUpdate Object

Updates multiple product variants.

Requires the MANAGE_PRODUCTSpermission.
type ProductVariantBulkUpdate {
count: Int!
results: [ProductVariantBulkResult!]!
errors: [ProductVariantBulkError!]!
}

Fields

count ● Int!

Returns how many objects were updated.

results ● [ProductVariantBulkResult!]!

List of the updated variants.

errors ● [ProductVariantBulkError!]!

Returned By

productVariantBulkUpdate mutation