Cancel Shipment Label

This API describes how to cancel a shipment label.


Method: POST

Request Body

json
{
  "tracking_no": "24032007363306SG"
}

Request Body Explanation

Attribute NameTypeDescription
tracking_noStringtracking number

Response Body

json
{
  "code": 200,
  "data": {
    "tracking_no": "24032007363306SG",
    "note": "label cancelled"
  }
}

Response Body Explanation

Attribute NameTypeDescription
codeIntegerResponse code: 200 successful, 400/500 failed
tracking_noStringtracking number
noteStringnote