[
  {
    "name": "shop_webhook",
    "type": "webhook",
    "config": {
      "inbound": {
        "url_template": "/api/webhooks/{connector_id}/shop_webhook",
        "verify_signature": "hmac_sha256",
        "signature_header": "x-shop-signature",
        "event_type_path": "$.event"
      }
    }
  }
]
