--- title: Partial updates for bulk product variants mutation - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/partial-updates-for-bulk-product-variants-mutation md: https://shopify.dev/changelog/partial-updates-for-bulk-product-variants-mutation.md --- [Back to Developer changelog](https://shopify.dev/changelog) February 28, 2023 Tags: * API * 2023-04 # Partial updates for bulk product variants mutation In the Admin GraphQL API version 2023-04, you can use the `productVariantsBulkUpdate` mutation to update valid variants even if some variants are invalid. The new `allowPartialUpdates` parameter is optional and defaults to `false` for backwards compatibility, but by enabling it, the mutation will modify valid variants, instead of not updating any variants due to invalid variants. Learn more about the mutation [here](https://shopify.dev/docs/api/admin-graphql/2023-04/mutations/productvariantsbulkupdate).