Shopify Functions #269
Answered
by
Kyon147
smshahriar10
asked this question in
Q&A
-
How can we integrate Shopify Functions to an existing app using this package? |
Beta Was this translation helpful? Give feedback.
Answered by
Kyon147
Feb 6, 2024
Replies: 1 comment
-
You need to set up an extension in your app using the Shopify CLI. Functions only support web assembly so you are likely going to have to use one of their recommended languages like Rust or JS https://shopify.dev/docs/apps/functions |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smshahriar10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set up an extension in your app using the Shopify CLI.
Functions only support web assembly so you are likely going to have to use one of their recommended languages like Rust or JS https://shopify.dev/docs/apps/functions