Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Issue with EventBridge METAOBJECTS_CREATE Webhook

Issue with EventBridge METAOBJECTS_CREATE Webhook

SrBelmont
Shopify Partner
1 0 0

 

I'm encountering an issue when trying to register an event on METAOBJECTS_CREATE using EventBridge. No matter what I try, I keep receiving the following error message:

 

"The specified filter is invalid, please ensure you specify the field(s) you wish to filter on."

 

 

Despite multiple attempts, the error persists. If anyone has successfully configured a filter for METAOBJECTS_CREATE on EventBridge, could you provide some guidance or examples?

Thanks in advance for any help or suggestions!



SrBelmont_0-1730230063082.png

 

Reply 1 (1)

Alberto_Nebulab
Shopify Partner
1 0 0

Apparently, you need to specify a filter to successfully register this webhook:

{
"topic": "METAOBJECTS_CREATE",
"webhookSubscription": {
"arn": "your-address",
"format": JSON,
"filter": "type:packaging"
}
}