Hủy bưu gửi
Last updated
Was this helpful?
POST http://ws.ems.com.vn/api/v1/orders/manual-cancel-order
This endpoint allows you to get free cakes.
merchant_token
string
Token
tracking_code
string
Mã đơn hàng
Thành công:
{
"code": "success",
"message": "Hủy đơn hàng thành công",
"data": "ExxxxxxxxxxVN"
}
Thất bại:
{
"code": "error",
"message": ".....",
}Last updated
Was this helpful?
Was this helpful?