Shopify / shopify-app-template-remix

375 stars 151 forks source link

How to register webhook that require filter like METAOBJECTS_CREATE #811

Open anhdd-kuro opened 3 months ago

anhdd-kuro commented 3 months ago

Issue summary

Before opening this issue, I have:

I want to register metaobject create webhook that require filter but there isn't an option for that , what is the meaning of "context" ? I tried it but not work

Expected behaviora

Can register webhook

Actual behavior

faild because filter is not provied

lizkenyon commented 3 months ago

Hi there 👋

You can use filters when creating webhook subscriptions in the shopify.app.toml file.

At this time you can't specify filters when registering webhook subscriptions in the shopifyApp object. I will bring this feedback back to the team.