补收费用查询

1、功能名称:查询补收费用

2、功能描述:查询补收费用

3、请求地址:https://ssl.glitzcloud.com/agent/v1/api/charge/remedyQuery

      测试地址:http://gztest.glitzcloud.com/agent/v1/api/charge/remedyQuery

4、请求方式:POST

5、请求参数

名称 必填 类型 示例值 描述
store_name String The Warehouse USA 仓库名称
date_from string 2025-12-01 起始时间
date_end string 2025-12-31 结束时间

6、请求示例

           {
                "apikey": "d661bb3e81711e693f100163e06045f",
                "date_from": "2025-12-01",
                "date_end": "2025-12-31",
                "secretkey": "d661bb7581711e693f100163e06045f",
                "store_name": "TWUSA-Dallas",
                "sign": "5500fad4f9cbef5768d2e80f8c6a68b"
            }
        

7、返回格式:JSON

8、返回示例:

正确时的返回JSON数据包如下:

            {
                "status": 200,
                "reqMsg": "ok",
                "result": [
                    {
                        "type": "Outbound",
                        "order_sn": "303135316",
                        "cost": "0.57",
                        "cost_name": "Additional"
                    },
                    {
                        "type": "Intbound",
                        "order_sn": "GCI12172500002",
                        "cost": "150.00",
                        "cost_name": "InboundDelay"
                    }
                ],
                "start": "2025-12-01 00:00:00",
                "end": "2025-12-31 23:59:59"
            }
        

9、返回参数说明:

参数 类型 示例值 描述
type string Outbound 类型
order_sn string 303135316 单据号
cost float 0.00000 补收费用
cost_name string InboundDelay 费用类型

全局返回码说明