退换货管理
获取指定日期退换单状态
按日期查询退换货状态。
生产环境
https://ssl.glitzcloud.com/agent/v1/orders/return/queryByDate测试环境
http://gztest.glitzcloud.com/agent/v1/orders/return/queryByDate说明
1、功能名称:查询指定日期退换单信息
2、功能描述:查询指定日期退换单信息
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 更多示例 | 描述 |
|---|---|---|---|---|---|
| store_name | String | 是 | The Warehouse USA | 仓库名称 | |
| String | String | 是 | 2025-06-01 | 2025-06-01,2025-06-30 | 支持日期区间最多30天 |
示例
请求示例
{
"apikey": "d661bb3e817111e693f10063e06045f",
"secretkey": "d661bb75817111e69f100163e06045f",
"date": "2025-10-01",
"store_name": "TWUSA-Dallas",
"sign": "3788e15e7795c489febcb28e2393fe1"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": [
{
"change_sn": "GCR25021813397",
"status": "Completed",
"receive_time": "1739848221",
"product_info": [
{
"product_sn": "sasha070577",
"exp_piece_qty": "1",
"act_piece_qty": "1"
}
],
"charge": [
{
"charge_name": "B2C Return - TWUSA",
"charge_price": "7.20",
"charge_amount": "1.00",
"charge_discount": "0.40",
"charge_total": "2.88",
"charge_currency": "usd",
"pay_status": "1",
"create_time": "2025-02-18 11:10:21"
}
]
}
]
}示例 3
{
"status": 2085,
"reqMsg": "The date range is too large.",
"result": []
}