Authorizations
OAuth 2.0 authorization
Path Parameters
The webhook's unique identifier.
Body
application/json
The webhook's topic.
Available options:
return, label, restock, label.request, giftcard, happy.returns.shipment Examples:
"return"
The condition which triggers the webhook.
Available options:
return.created, return.updated, return.closed, label.created, label.updated, restock.requested, label.request.issued, label.request.cancelled, giftcard.requested, shipment.processed Examples:
"return.created"
The webhook's URL.
Examples:
"https://example.com/webhook"
The webhook's status.
Available options:
active, inactive Response
No Content