页面树结构
转至元数据结尾
转至元数据起始

Description

Delete Shipping Orders. Please note once closed, the orders cannot be deleted

Path

DELETE

 /services/shipper/order/{ReferenceNo}

/services/shipper/order/{OrderID}


The URL supports ReferenceNo or OrderID for deletion. If multiple orders need to be deleted at the same time, the ReferenceNo or OrderID is passed to the corresponding value of the master order.

Request message

1

/services/shipper/order/Marco-20200806140623

Response message

1
2
3
4
5
6
7
8
9
10
11
12
13
14

{
    "status": "Success",
    "errors": null,
    "data": {
        "status": "Success",
        "errors": null,
        "orderId": "Marco-20200806140623",
        "referenceNo": "Marco-20200806140623",
        "trackingNo": null
    }
}
 
    
    

  • 无标签