Hủy bưu gửi
Destroy Order
POST
http://ws.ems.com.vn/api/v1/orders/manual-cancel-order
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
merchant_token
string
Token
Request Body
Name
Type
Description
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?