Replies: 1 comment 1 reply
-
Hey Gil, could you expand on this one a bit? What kind of logic would you be performing in the function to determine what metafields to load that you can't achieve by statically declaring the metafields your UI extensions need up front? Using the storefront API from a checkout extension is another way this could be done — is there a reason you don't want to go with that approach? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would love to see a way to define a Function with a metafield that could then dynamically load customer/product metafields in checkout extensions. Right now, they have to be hard coded within the extension config (.toml) but this feels like something a Shopify Function could improve and make more dynamic for public apps in particular.
Beta Was this translation helpful? Give feedback.
All reactions