Skip to main content

ProductVariantBulkUpdate Object

Update multiple product variants.

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

Fields

ProductVariantBulkUpdate.count ● Int! non-null scalar miscellaneous

Returns how many objects were updated.

ProductVariantBulkUpdate.results ● [ProductVariantBulkResult!]! non-null object products

List of the updated variants.

ProductVariantBulkUpdate.errors ● [ProductVariantBulkError!]! non-null object products

Returned By

productVariantBulkUpdate mutation