Hi shopify devs,
I’m building a custom app for a specific Shopify Plus store. The app includes a Shopify Function (an order discount), which works perfectly on a development store.
I chose the “Single store” distribution method and used the generated installation URL to install the app on the target Plus store. The app installs successfully, but the Shopify Function does not appear to be available on that store.
Before installing the app, I ran the command:
shopify app deploy
However, after installation, running the query shopifyFunctions
on the Plus store returns an empty list, while it works correctly on the development store.
Can you confirm if additional steps or flags are required to activate the Shopify Function on the Plus store?