Cancellation of packages that are in the process of waiting for pickup or awaiting delivery
| Param | DataType | Nullable | Description |
|---|---|---|---|
awb | string(30) | false | AWB Number Already Obtained, Not Order ID |
reason | string(min:5,max:200) | false | Reasons for Cancelling a Package |
{
"awb": "DEVEL-000000004",
"reason": "Package data is incorrect"
}
{
"status": true,
"method": "cancel_shipment",
"text": "Paket akan dibatalkan dalam 2x24jam",
"data": {
"success": "pending",
"date": "2024-06-17 02:00:00"
}
}
| Param | DataType | Remark |
|---|---|---|
status | Boolean | Request result status |
method | String | API method name (cancel_shipment) |
text | String | Response message |
data | Object | Cancellation queue result |
| Param | DataType | Remark |
|---|---|---|
success | String | Cancellation status (pending, success, etc.) |
date | String | Estimated/recorded cancellation processing time |