Hello,
We use graphql codegen to create our API and noticed the following schema change:
deliveryAddressPreferencesinput prop disappeared fromCartBuyerIdentityInputinput 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.jsonsomehow points tohttps://XXXX.myshopify.com/api/2025-01/graphql.json(or at least there’s introspection issues)
Would you know what’s happening?
Best regards
Xavier