subscribe_to_webhook
Subscribe to specific ShipStation events (e.g., ORDER_NOTIFY, SHIP_NOTIFY) by providing a target URL and optionally filtering by store ID to receive real-time webhook notifications.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event | Yes | Event to subscribe to (e.g., ORDER_NOTIFY, SHIP_NOTIFY) | |
storeId | No | Store ID to filter events (optional) | |
targetUrl | Yes | URL to receive webhook notifications |