ProductVariantBulkUpdate
Update multiple product variants.
Added in Saleor 3.11This API is currently in Feature Preview and can be subject to changes at later point.
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