ProductVariantBulkUpdate Object
Updates multiple product variants.
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