Cancel Shipment Label
This API describes how to cancel a shipment label.
Method: POST
Request Body
json
{
"tracking_no": "24032007363306SG"
}
Request Body Explanation
Attribute Name | Type | Description |
---|---|---|
tracking_no | String | tracking number |
Response Body
json
{
"code": 200,
"data": {
"tracking_no": "24032007363306SG",
"note": "label cancelled"
}
}
Response Body Explanation
Attribute Name | Type | Description |
---|---|---|
code | Integer | Response code: 200 successful, 400/500 failed |
tracking_no | String | tracking number |
note | String | note |