Skip to main content
POST
Add Handler

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
string
required

Webhook event type. Common patterns: order.status., order.shipped, order.tracking, order.tags, item.inventory, item.updated, shipment.created, shipment.voided, purchase_order., transfer_order.*

name
string
required

User-friendly name for the webhook handler

handler
object
required

Webhook handler configuration

Response

Webhook handler created

success
boolean
required

Whether the operation succeeded