Huỷ bưu gửi
/shipments/cancel
POST
Query Parameters
Name
Type
Description
merchant_token
string
Token do người dùng tự tạo trong hệ thống quản lý
code
string
Mã bưu gửi
Headers
Name
Type
Description
Accept
string
application/json
{
"code": "SM0000000001",
"warehouse_code": "1",
"order_code": "1",
"status": 23000,
"ref_code": "SM0000000001",
"product_name": "San pham A",
"total_amount": "100000.00",
"total_quantity": 10,
"total_weight": 10,
"money_collect": "100000.00",
"total_fee": "0.00",
"description": null,
"can_check": 0,
"is_fragile": 0,
"service_type": 0,
"addition_service": "",
"payment_config": 1,
"estimated_delivery_time": 0,
"created_at": "2019-04-04T18:07:11.000000Z"
}
Chỉ có thể hủy bưu gửi ở trạng thái Đơn nháp hoặc Chờ lấy hàng.
Đối với những bưu gửi ở trạng thái khác, để hủy đơn hàng, người dùng cần liên hệ với bưu cục gốc để được hỗ trợ.
Last updated