Test webhook registration
documentedTest a webhook registration with a sample payload.
POST /webhook-registrations/{id}/testWebhook Automationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://app.ecwid.com/api/v3/{{$store_id}}/webhook-registrations/{{$id}}/test\" \
-X POST \
-H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-d '{"testEvent": "{{$testEvent}}", "samplePayload": {"storeId": "{{$store_id}}", "entityId": "{{$entity_id}}"}}'