Question about privateMetafield: false and API 2025-01 deprecation warning
After updating my app to API version 2025-01, I still see fields in schema.gadget.ts that contain the following configuration:
shopifyMetafield: {
privateMetafield: false,
namespace: "namespace",
key: "key",
metafieldType: "number_integer",
allowMultipleEntries: false,
},
( "privateMetafield: false," is still contained.)
On the dev dashboard, I continue to see the same deprecation warning as in the attached screenshot.
My question:
Is it safe to ignore this warning until October 1st, or will it cause issues?
From this thread (https://discord.com/channels/836317518595096598/1369717065866412033/1369717065866412033
), my understanding is that this is “just a warning” and not a blocker. Can anyone confirm?
3 Replies
Yes, this is just a warning. I would still recommend that you check if you are using private metafields anywhere in your application
Thanks! It looks like I’m not using private metafields anywhere else besides this ts file configuration, so I’ll just ignore it for now.
Do you like this answer?