Shopify functions Discount GWP App

Hi @tobebuilds Thanks for getting back to me!

You’re right it needs enabling from an API, (for anyone else who stumbles onto this thread with a similar problem):

  • Every Shopify Function must have a Function Owner with an attribute that matches the ID of your function

  • You can create a CartTransform object via the Admin API (You can use GraphiQL to run the mutation)

  • This will serve as your function owner for your Shopify Cart Transform Function, your function should now run and log in the partners dashboard for your app extension.