Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Product Set mutation synchronous input improvements

API

Action required

  • As of GraphQL Admin API version 2024-07, the Product Set mutation will default to running synchronously unless the input parameter synchronous is set to false.
  • As of GraphQL Admin API version 2024-07, the input limit on variants has been increased to the existing asynchronous limit. Versions prior to 2024-07 had a limit of 100 variants. Setting synchronous: false may be desirable depending on the input complexity/size, and should be used if you are experiencing timeouts.