Chi tiết bưu gửi

/shipments/detail

GET

Api chi tiết bưu gửi trả về nội dung chi tiết của 1 bưu gửi xác định. Người dùng cần nhập vào chính xác mã vận đơn của mình để truy xuất nội dung chi tiết.

Query Parameters

NameTypeDescription

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

NameTypeDescription

Accept

string

application/json

{
    "code": "SM0000000001",
    "warehouse_code": "1",
    "order_code": "1",
    "state": "waitForPick",
    "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"
}

Last updated