Webhook Payloads
Return processing
WEBHOOK
Body
application/json
Webhook type
Example:
"return.processing"
Event that triggered the webhook. Only return.processing.failed is emitted.
Example:
"return.processing.failed"
Loop return ID
Example:
1673
Loop return state at the time of the failure. The return usually remains open or review if processing failed.
Examples:
"open"
"review"
Failure description. Can be generic (for example, "Something went wrong during processing") or null.
Examples:
"Return failed to process"
null
System that started processing, or null when unknown
Examples:
"warehouse"
"admin"
"api"
null
Response
200
Return a 200 status to indicate that the data was received successfully