---
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
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-02-24T08:30:00-05:00'
  postedAt: '2023-02-28T09:00:00-05:00'
  updatedAt: '2024-12-13T17:24:36-05:00'
  effectiveAt: '2023-02-28T09:00:00-05:00'
---

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).
