TTWUSA APIV2

换标管理

查询指定日期换标

按日期查询换标。

POST
生产环境https://ssl.glitzcloud.com/agent/v1/relabel/relabel/queryByDate
测试环境http://gztest.glitzcloud.com/agent/v1/relabel/relabel/queryByDate

说明

1、功能名称:查询指定日期换标单信息

2、功能描述:查询指定日期换标单信息

鉴权说明

请参阅鉴权签名说明。

请求参数

名称类型必填示例值更多示例描述
store_nameStringThe Warehouse USA仓库名称
StringString2025-06-012025-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": {
        "14370": {
            "order_sn": "REL10072500001",
            "store_name": "DFW01",
            "status": "3",
            "is_take_pictures": "0",
            "is_allow_shortage": "0",
            "remark": "",
            "product": {
                "23772": {
                    "product_sn_old": "6941327129774",
                    "product_sn_new": "6941327143527",
                    "amount": "48"
                }
            },
            "trouble": [],
            "charges": [
                {
                    "id": "10707300",
                    "cost_currency": "usd",
                    "cost_price": "24.00",
                    "cost_amount": "1.00",
                    "real_cost": "24.00"
                }
            ]
        }
    }
}
示例 3
{
    "status": 2085,
    "reqMsg": "The date range is too large.",
    "result": []
}