Tooling Updates
Dynamic complexity cost for `metafieldsSet` mutation (opens in a new tab)
Introduces dynamic cost calculation for the metafieldsSet mutation to better manage API usage.
Shopify Dev· Sep 15, 2026· 8/10
Tooling Updates
Introduces dynamic cost calculation for the metafieldsSet mutation to better manage API usage.
Shopify Dev· Sep 15, 2026· 8/10
The metafieldsSet mutation now uses dynamic complexity costing. Instead of a flat cost for every call, a request's cost reflects how many distinct resources metafields were changed. Most apps need no changes, as updating a single resource remains cheap. Apps setting many metafields across many different owners may hit their rate limit faster. Apps are encouraged to batch metafield writes by distinct resource. What changed Previously, every metafieldsSet call cost a flat 10 points , regardless…
Read the full article on Shopify Dev (opens in a new tab)Shopify Dev
Shopify Dev· Jul 24, 2026· 8/10· 88% relevant
Invalid metafield queries in the GraphQL Admin API now return errors.
Admin/GraphQL APIMetafields & Data
RelatedTooling Updates
Shopify Dev· Sep 22, 2026· 9/10· 87% relevant
The events subscription query complexity limit is increasing to 100 points, affecting GraphQL query design for Shopify developers.
RelatedShopify Dev
Shopify Dev· Jun 16, 2026· 8/10· 86% relevant
Metafields now require a definition to be accessed through the Customer Account API
RelatedShopify Dev
Shopify Dev· Sep 21, 2026· 9/10· 86% relevant
Adds a translatable boolean field to the Metafield GraphQL object.
RelatedShopify Dev
Shopify Dev· Apr 1, 2026· 8/10· 86% relevant
Deprecation of checkout metafields in checkout and customer account UI extensions
RelatedShopify Dev
Shopify Dev· Sep 15, 2026· 8/10· 85% relevant
Functions can now access metafields directly in delivery options, simplifying custom logic.
Related