Issue with cartBuyerIdentityUpdate mutation

Hello,
We use graphql codegen to create our API and noticed the following schema change:

  • deliveryAddressPreferences input prop disappeared from CartBuyerIdentityInput input of the following mutation cartBuyerIdentityUpdate - Storefront API
  • it has indeed been deprecated on 2025-01 storefront API version (cf. Cart Delivery Address Management — Shopify developer changelog)
  • but we are using 2024-04 and this version shouldn’t be affected by this change
  • it seems https://XXXX.myshopify.com/api/2024-04/graphql.json somehow points to https://XXXX.myshopify.com/api/2025-01/graphql.json (or at least there’s introspection issues)

Would you know what’s happening?

Best regards

Xavier

1 Like