Hello,
I am building a Shopify embedded app which updates some variant metafields for all products in the store in a certain way. Currently I want to use it in my store only, but maybe I will make it public later. So I installed it using a link from Shopify Partners dashboard, a link which was generated specifically for this store. I don’t use the development store, I only use my live store.
Problem:
I created a flow_action
extension to be able to schedule the updating those metafields from the Flow app, but it is not appearing in Flow actions. The only file that was added is:
extensions/update-prices-on-all-variants/shopify.extension.toml
Where I specified those fields:
[[extensions]]
name = "Update prices on all variants"
handle = "update-prices-on-all-variants"
type = "flow_action"
description = "foo"
runtime_url = "bar"
Then I did shopify app deploy
and pushed the code to the repo. I can also see this extension in Shopify Partners. I tried reinstalling the app. Still can’t see this action in Flow. What am I missing?
I followed this article: