API
查询退货商品
更新时间: 2020-06-29 11:40:50 访问次数:6707
无标题文档
接口说明

卖家或第三方平台通过该接口可查询卖家退货商品信息,返回符合查询条件下的退货商品信息列表。

请求说明
URL https://openapi.winit.com.cn/openapi/service
接口测试 https://sandboxopenapi.winit.com.cn/openapi/service
接口名winit.mms.item.return.list
验证方法 Token,md5
格式 json
字符编码 UTF-8
http请求方式 http
请求数限制 默认每分钟1000,有需要可申请加大。
请求入参
名称 类型 必填 说明 示例
skuCode String() N 商品编码
cnName String() N 商品中文名称
name String() N 商品英文名称
isActive String() N 商品是否有效
pageSize Integer Y 每页显示数量,最大值200
pageNo Integer Y 页码,默认1
请求示例
{
    "action": "winit.mms.item.return.list",
    "app_key": "rebecca",
    "client_id": "ODJKMDU1YZCTYJQ5YY00ZWZLLTK5N2QTOWY4MZI5OGMWNDG2",
    "data": {
        "skuCode": "",
        "cnName": "",
        "name": "",
        "isActive": "Y",
        "pageNo": "1",
        "pageSize": "1"
    },
    "format": "json",
    "language": "zh_CN",
    "version": "1.0",
    "platform": "OWNERERP",
    "sign_method": "md5",
    "timestamp": "2015-06-16 00:19:26",
    "sign": "D7E7F6D3E1039E69572952588B58C530",
    "client_sign": "31AEEB5F021E60CC781BA98C4AB33167"
}

                            
返回出参
名称 类型 必填 说明 示例
pageParams

分页信息
pageNo Integer Y 当前页
pageSize Integer Y 分页大小
totalCount Integer Y 总记录数
list

数据结果
customerName
String
Y
客户名称

customerCode
String
Y
客户代码

originalCode
String
Y
sku,原商品的sku

code String Y 商品条码
skuCode String Y 商品编码
specification String Y 商品规格
isActive
String
Y
商品是否有效
cnName String Y 商品中文名称
name String Y 商品英文名称
length Double Y 核实长度(厘米)
width Double Y 核实宽(厘米)
height Double Y 核实高(厘米)
weight Double Y 核实重量(千克)
volume Double Y 核实体积(立方米)
registerLength Double Y 注册长度(厘米)
registerWidth Double Y 注册宽度(厘米)
registerHeight Double Y 注册高度(厘米)
registerWeight Double Y 注册重量(千克)
registerVolume Double Y 注册体积(立方米)
importPrice Y 进口申报价值(美元)
返回示例
{
    "code":"0",
    "msg":"操作成功",
    "data":{
        "list":[
            {
                "customerName":null,
                "importPrice":5,
                "weight":null,
                "originalCode":null,
                "registerWeight":4,
                "width":null,
                "code":null,
                "type":null,
                "skuCode":"S-H-0401001",
                "isActive":"Y",
                "registerLength":1,
                "id":1,
                "height":null,
                "cnName":"S-H-0401001测试",
                "customerCode":null,
                "name":"S-H-0401001TEST",
                "specification":"guige",
                "registerHeight":3,
                "length":null,
                "volume":null,
                "registerWidth":2,
                "registerVolume":0.000006
            }
        ],
        "pageParams":{
            "totalCount":1,
            "pageNo":1,
            "pageSize":1
        }
    }
}

                            
v
关键词