Could not find Function with id: XXX #249
Closed
lukeclifton
started this conversation in
Feedback: Cart Transform API
Replies: 2 comments 6 replies
-
👋 Could you share your request ID? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Usually, it indicates that the app wasn’t actually installed, or missing access scope. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for all the amazing work on Shopify Functions.
I am trying to build a cart transform function in Typescript.
I have deployed my cart transform function extension and its now showing as published.
When i try and run the
cartTransformCreate
migration as shown here: https://shopify.dev/docs/apps/selling-strategies/bundles/add-a-customized-bundle#step-4-create-the-carttransform-object-using-graphqlI am getting the following error:
I have ensured that the function id is correct and that my app has the
write_products
scope.What else could wrong? Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions