Returnista - New Trigger / Event Source (Webhooks: Return Order & Tracking Updates)
#21,035 建立於 2026年6月2日
倉庫指標
- 星標
- (7,438 顆星)
- PR 合併指標
- (平均合併 9天 7小時) (30 天內合併 131 個 PR)
描述
For neople
Describe the event source. What app is this for, and what event does the trigger correspond to?
These triggers are for Returnista — a returns management platform for e-commerce. Each trigger corresponds to a specific webhook event fired by Returnista during the lifecycle of a return order or shipment.
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
https://platform.returnista.com/reference/webhooks/
Requested Triggers
1. Return Order Created
Triggers when a new return order is created in Returnista.
- Webhook event:
return_order.created - Docs: https://platform.returnista.com/reference/webhooks/
2. Tracking Update Received
Triggers when any tracking update is received for a shipment associated with a return order.
- Webhook event:
shipment.received_tracking_updates - Docs: https://platform.returnista.com/reference/webhooks/
3. Tracking Update Received — Status: Delivered
Triggers specifically when a tracking update is received and the shipment status changes to 'delivered'.
- Webhook event:
shipment.received_tracking_updates.delivered - Docs: https://platform.returnista.com/reference/webhooks/