Test webhook integration
POST https://{{base_url}}.envia.com/ship/webhooktest/
This request allows you to replicate our webhooks functionality to test your integration. This functionality is only available in our TEST environment. No information will be updated in our DB.
| Allowed Statuses |
|---|
| Created |
| Shipped |
| Delivered |
| Canceled |
| Information |
| N/A |
| Pending |
| Picked Up |
| Out for Delivery |
| Lost |
| Returned |
| Pickup at Office |
| Delivered at Origin |
| Damaged |
| Redirected |
| Out for Pickup |
| 1 delivery attempt |
| 2 delivery attempt |
| 3 delivery attempt |
| Return problem |
| Address error |
| Undeliverable |
| Delayed |
| Rejected |
Request Body
{"carrier"=>"delhivery", "trackingNumber"=>"5353110000265", "status"=>"Delivered"}