Huỷ đơn hàng
POST
http://tiktok.lovanthao.com/api/update_order
Body
Name
Type
Description
IdOrder
string
Id đơn hàng
Status
string
{
"IdOrder": "abc",
"Status": "STOP"
}
Response
{
"Message": "Huỷ đơn hàng thành công"
}
Last updated
POST
http://tiktok.lovanthao.com/api/update_order
Body
IdOrder
string
Id đơn hàng
Status
string
{
"IdOrder": "abc",
"Status": "STOP"
}
Response
{
"Message": "Huỷ đơn hàng thành công"
}
Last updated