Shopify / shopify-app-template-remix

326 stars 135 forks source link

How to register webhook that require filter like METAOBJECTS_CREATE #811

Open anhdd-kuro opened 1 month ago

anhdd-kuro commented 1 month 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 1 month 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.