We announce the release of a new API version aimed at providing convenience for our partners using the service.
curl --location --request POST 'https://s.boxme.asiaapi/v2/sellers/shipments/booking/cancel/20529/' \
--header 'Authorization: Token {{API_TOKEN}}'
{
"data": {
"shipment_code": "SM-VN-331529-26869855",
"status": 12,
"status_name": "Awaiting Reservation",
"booking_id": 20562,
"booking_status": "Cancelled"
},
"error": false,
"error_code": "Cancel booking successfully",
"messages": "",
"request_id": "661ced43e6e933393d81392a"
}