Hello
I was using GraphQl “productVariantsBulkUpdate” mutation to update the SKU of a product, but the field SKU was deprecated since 2024-04 for the change object. It says on the document that we should use inventoryItem.sku instead.
The problem is that I don’t find any mutation on Inventoryitem that updates the SKU.
Where can I update the SKU of a product?
