代索赔管理
代索赔列表
查询代索赔列表。
生产环境
https://ssl.glitzcloud.com/agent/v1/orders/claim/list测试环境
http://gztest.glitzcloud.com/agent/v1/orders/claim/list说明
1、功能名称:索赔单列表
2、功能描述:索赔单列表
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| store_name | String | 是 | The Warehouse USA | 仓库名称 |
| claim_sn | String | 否 | GCS09072200001 | 索赔单号 |
| tracking_number | String | 否 | 1Z7498950395427878 | 快递单号 |
| bill_type | String | 否 | 1 TWUSA,2 3RD,3 客户自供面单 | 尾程支付方式 |
| status | String | 否 | 1 已创建 | 索赔状态 |
| submit_time_start | String | 否 | 2026-07-01 | 提交处理时间 |
| submit_time_end | String | 否 | 2026-07-01 | 提交处理时间 |
| start_process_time_start | String | 否 | 2026-07-01 | 开始处理时间 |
| start_process_time_end | String | 否 | 2026-07-01 | 开始处理时间 |
| completed_time_start | String | 否 | 2026-07-01 | 单据完结时间 |
| completed_time_end | String | 否 | 2026-07-01 | 单据完结时间 |
| reject_time_start | String | 否 | 2026-07-01 | 驳回时间 |
| reject_time_end | String | 否 | 2026-07-01 | 驳回时间 |
返回字段
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| claim_sn | String | GCS09072200001 | 索赔单号 |
| reference_sn | String | GCO12172100005 | 关联单号 |
| expect_value | String | 2.00 | 期望索赔金额 |
| actual_value | String | 2.00 | 实际索赔金额 |
| bill_type | String | 1 | 付款类型,1=twusa, 2=3rd |
| status | String | 1 | 状态,1 已创建 2待处理 3处理中 4 已完成 5 已取消 6已驳回 |
| sale_number | String | 1 | 销售订单号 |
| create_time | String | 1 | 创建时间 |
| completed_time | String | 1 | 完成时间 |
| attachments | Array | [] | 附件列表 |
示例
请求示例
{
"apikey": "85082f5f62a811e684f500163e06045f",
"secretkey": "85082f6862a811e684f500163e06045f",
"store_name": "TWUSA01",
'claim_sn': '',
'tracking_number': '',
'bill_type': '',
'status': '',
'submit_time_start': '',
'submit_time_end': '',
'start_process_time_start': '',
'start_process_time_end': '',
'completed_time_start': '',
'completed_time_end': '',
'reject_time_start': '',
'reject_time_end': '',
"page": 1,
"page_size": 1,
"sign": "dd6faae144bc8b24036cac056eb457be"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": {
"totalCount": 65,
"page": 1,
"page_size": 1,
"list": [
{
"id": "111",
"claim_sn": "GCS06242600001",
"reference_sn": "GCO08092400007",
"tracking_number": "871696866194",
"client_id": "276",
"expect_value": "3.00",
"actual_value": "0.00",
"bill_type": "1",
"status": "2",
"work_node_status": "0",
"work_node_remark": null,
"is_shipped_displace_package": "2",
"displace_tracking_number": "",
"consignee_phone": "2",
"consignee_email": "2333",
"sale_number": "2332323",
"goods_weight": "3.00",
"goods_value": "23.00",
"goods_desc": "23323",
"creator": "276",
"create_time": "2026-06-24 09:34:11",
"submit_time": "2026-06-24 09:34:11",
"start_process_time": null,
"completed_time": null,
"reject_time": null
}
]
}
}示例 3
{
"status": 2582,
"reqMsg": "Invalid Outflow Sn",
"result": []
}