TTWUSA APIV2

赔付管理

赔付详情

查询赔付详情。

POST
生产环境https://ssl.glitzcloud.com/agent/v1/orders/saleAfter/detail
测试环境http://gztest.glitzcloud.com/agent/v1/orders/saleAfter/detail

说明

1、功能名称:赔付详情

2、功能描述:赔付详情

鉴权说明

请参阅鉴权签名说明。

请求参数

名称类型必填示例值描述
store_nameStringThe Warehouse USA仓库名称
order_snStringGCQ05122600001赔付单据号

返回字段

参数类型示例值描述
typeOptionsArraysale_after_claim_for_loss_in_warehouse赔付类型
order_snStringGCQ05122600001赔付单据号
connect_order_snStringtest1129123关联单号
statusString1赔付状态0未处理1处理中2已处理3已取消
customer_statusString0客户状态(0:已创建,1:待审核,2:已完成,3:已驳回,4:已取消)
typeString1赔付类型
actual_payout_amountString10.00实际赔付金额
actual_completion_timeString0实际完成时间
attachmentsArray[]赔付附件

示例

请求示例
{
            "apikey": "85082f5f62a811e684f00163e06045f",
            "secretkey": "85082f6862a811e84f500163e06045f",
            "store_name": "TWUSA01",
            "sign": "0c5fb3befa389d4afe32a86b428f7a6",
            "order_sn": "GCQ05122600001",
        }
返回示例
{
    "status": 200,
    "reqMsg": "ok",
    "result": {
        "typeOptions": {
            "1": "库内丢失赔付",
            "2": "尾程物流异常索赔申请",
            "3": "发错货物赔付申请",
            "4": "NCI收费异常反冲申请",
            "5": "协议/折扣性费用反冲申请",
            "6": "其他"
        },
        "detail": {
            "id": "90",
            "order_sn": "GCQ05122600001",
            "connect_order_sn": "test1129123",
            "status": "1",
            "customer_status": "0",
            "customer_care_id": "4",
            "approval_time": "0",
            "reject_time": "0",
            "auditing_time": "0",
            "type": "1",
            "store_id": "13",
            "submitter": "276",
            "problem_level": "1",
            "expected_completion_time": "0",
            "expected_payout_amount": "1.00",
            "actual_payout_amount": "0",
            "problem_description": "1",
            "problem_attachment": "",
            "solution": "",
            "solution_attachment": "",
            "solution_user": "0",
            "actual_completion_time": "0",
            "create_time": "1778548629",
            "is_delete": "0",
            "attachments": [
                {
                    "id": "3328",
                    "name": "1111.zpl",
                    "add_time": "2026-05-12 09:17:09",
                    "oss_url": "http://oss.twusa.cn/saleAfter/db8e1af0cb3aca1ae2d0018624204529/2605120917096a027f9526d1f.zpl"
                }
            ]
        }
    }
}
示例 3
{
    "status": 2582,
    "reqMsg": "Invalid Outflow Sn",
    "result": []
}