Hello,
We use graphql codegen to create our API and noticed the following schema change:
deliveryAddressPreferences
input prop disappeared fromCartBuyerIdentityInput
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 tohttps://XXXX.myshopify.com/api/2025-01/graphql.json
Would you know what’s happening?
Best regards
Xavier