Hi,
I built an app on Shopify dev dashboard - works on the dev store. But it’s a bit more complex deploying to a production store. I can’t see the app in Shopify Partners in order to release the function ID.
I have set it up but get a function ID error saying it’s not realease?
Can anyone help me?
1 Like
Hi there,
Can you tell me more about where you are seeing this error and what it looks like?
A screenshot would be useful!
Hi Page,
I have attached a screenshot of the bundles being split on the dev-store. I deployed to my product store and it’s not worikng as it seems the be blocking the access scopes?
If the Shopify GraphiQL app doesn’t have write_cart_transform scope, you will need to uninstall the Shopify GraphiQL app and reinstall it with that scope added.
I see that your cartTransformCreate mutation uses functionHandle. You can only reference functionHandle if you are running the mutation from the app that owns the Function. The GraphiQL app doesn’t own your Function so that mutation will fail. If you want to activate the Function using the GraphiQL app, you will need to use functionId. This can be retrieved by querying shopifyFunctions.