List shipments

/shipments

GET

Query Parameters

NameTypeDescription

merchant_token

string

Token created by the user in the management system

Headers

NameTypeDescription

Accept

string

application/json

{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "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