获取商品列表
卖家根据条件分页查询商品列表信息。目前无法查询简易商品。如需遍历所有商品是只能使用ID排序
1.请求参数:
请求URL:
名称 | 类型 | 是否必须 | 描述 | 示例值 |
---|---|---|---|---|
signs | String[] | 否 | 业务标 | [‘isMicroSupply’] |
pageNo | Integer | 是 | 分页参数,起始为1 | 1 |
pageSize | Integer | 是 | 分页参数,每页大小,目前最大值为20,超过20时以20为准 | 20 |
statusList | String[] | 否 | 商品状态,published:上架状态,expired:过期(包含手动过期与自动过期),TBD:to be delete,deleted:删除,new:新发,modified:修改,member expired:会员撤销 | [‘published’] |
categoryId | Long | 否 | 类目ID | 1031728 |
startModifyTime | java.util.Date | 否 | 产品修改开始时间 | 20180717174002000+0800 |
endModifyTime | java.util.Date | 否 | 产品修改结束时间 | 20180717174002000+0800 |
subjectKey | String | 否 | 关键词 | 北极 |
cargoNumber | String | 否 | 货号 | LYQ-8816 |
productIds | Long[] | 否 | 产品ID列表 | [12323213,12312323] |
beginStar | Integer | 否 | 星级范围起始值0-5,不能高于endStar | 0 |
endStar | Integer | 否 | 星级范围起始值0-5,不能低于beginStar | 5 |
groupIds | String | 否 | 查询自定义分组ID,目前只支持查询一个 | 100416219 |
startPublishTime | java.util.Date | 否 | 发布时间起始值 | 20180717174002000+0800 |
endPublishTime | java.util.Date | 否 | 发布时间结束值 | 20180717174002000+0800 |
startExpiredTime | java.util.Date | 否 | 过期时间起始值 | 20180717174002000+0800 |
endExpiredTime | java.util.Date | 否 | 过期时间结束值 | 20180717174002000+0800 |
priceStart | Double | 否 | 价格范围起始值 | 1.0 |
priceEnd | Double | 否 | 价格范围结束值 | 1000.0 |
orderByCondition | String | 否 | 排序条件:CREATE_DATE,POST_DATE,MODIFY_DATE,APPROVED_DATE,EXPIRE_DATE,STATUS,ID,GROUP_ID,PRICE,SALE_QUANTITY | PRICE |
orderByType | String | 否 | 升序 ASC 还是降序 DESC | DESC |
supportOnlineTrade | Boolean | 否 | 支持在线交易 | true |
privateOffer | Boolean | 否 | 私密商品 | false |
needDetail | Boolean | 否 | 是否需要详情 | true |
needFreight | Boolean | 否 | 是否需要运费 | true |
needUserCategoryInfo | Boolean | 否 | 是否需要自定义类目 | true |
2. 请求示例代码(Java)
@Test
public void AlibabaItemList() throws Exception {
String tb_seller_nick = Config.alibabaSellerNick;
//业务参数
Map<String, String> data = new HashMap<String, String>();
data.put("appid", Config.AppId);
data.put("seller_nick", tb_seller_nick);
Long timestamp = System.currentTimeMillis() / 1000;
data.put("timestamp", timestamp.toString());
data.put("pageNo", "1");//分页参数,起始为1
data.put("pageSize", "1");//分页参数,每页大小,目前最大值为20,超过20时以20为准
data.put("sign", Utils.Sign(data, Config.AppSecret));
// 调用服务API
String response = doHttpRequest(Config.AlibabaItemListUrl, data);
}
3. 返回结果如下:
{
"code": 0,
"message": "ok",
"data": {
"result": {
"pageResult": {
"pageIndex": 1,
"resultList": [
{
"approvedTime": "20240504005949000+0800",
"attributes": [
{
"attributeID": 1398,
"attributeName": "货号",
"isCustom": false,
"value": "5"
},
{
"attributeID": 2176,
"attributeName": "品牌",
"isCustom": false,
"value": "大品牌"
},
{
"attributeID": 364,
"attributeName": "产品类别",
"isCustom": false,
"value": "盆帽"
},
{
"attributeID": 8614,
"attributeName": "流行元素",
"isCustom": false,
"value": "水波纹"
},
{
"attributeID": 2531,
"attributeName": "适合季节",
"isCustom": false,
"value": "四季"
},
{
"attributeID": 346,
"attributeName": "产地",
"isCustom": false,
"value": "宁波"
},
{
"attributeID": 122216623,
"attributeName": "帽顶款式",
"isCustom": false,
"value": "圆顶"
},
{
"attributeID": 123408790,
"attributeName": "帽檐款式",
"isCustom": false,
"value": "短檐"
},
{
"attributeID": 3216,
"attributeName": "颜色",
"isCustom": false,
"value": "桔红色"
},
{
"attributeID": 3216,
"attributeName": "颜色",
"isCustom": false,
"value": "淡紫"
},
{
"attributeID": 3216,
"attributeName": "颜色",
"isCustom": false,
"value": "咖色"
},
{
"attributeID": 3216,
"attributeName": "颜色",
"isCustom": false,
"value": "测试"
},
{
"attributeID": 450,
"attributeName": "尺码",
"isCustom": false,
"value": "可调节"
},
{
"attributeID": 450,
"attributeName": "尺码",
"isCustom": false,
"value": "S(54-56cm)"
},
{
"attributeID": 1141,
"attributeName": "功能",
"isCustom": false,
"value": "防晒"
},
{
"attributeID": 1141,
"attributeName": "功能",
"isCustom": false,
"value": "透气"
},
{
"attributeID": 1141,
"attributeName": "功能",
"isCustom": false,
"value": "遮阳"
},
{
"attributeID": 182282223,
"attributeName": "是否跨境出口专供货源",
"isCustom": false,
"value": "否"
},
{
"attributeID": 182318189,
"attributeName": "主要下游平台",
"isCustom": false,
"value": "亚马逊"
},
{
"attributeID": 20666,
"attributeName": "上市年份/季节",
"isCustom": false,
"value": "2023年春夏"
},
{
"attributeID": 149092418,
"attributeName": "主面料成分含量",
"isCustom": false,
"value": "10%及以下"
},
{
"attributeID": 100031521,
"attributeName": "面料名称",
"isCustom": false,
"value": "腈纶"
},
{
"attributeID": 117130178,
"attributeName": "主面料成分",
"isCustom": false,
"value": "腈纶"
},
{
"attributeID": 18066441,
"attributeName": "风格分类",
"isCustom": false,
"value": "清新甜美"
},
{
"attributeID": 275934765,
"attributeName": "流行元素分类",
"isCustom": false,
"value": "民族/国风"
}
],
"bizGroupInfos": [
{
"code": "isIntelligentOffer",
"description": "慧眼识货发布的商品",
"support": false
}
],
"bizType": 1,
"categoryID": 1829,
"categoryName": "成人帽",
"createTime": "20240423151136000+0800",
"description": "<div id=\"offer-template-0\"></div><div></div><div style=\"font-size: 0;line-height: 0;\" title=\"SHOPTOOL_POSITION_TOP_BEGIN\"> </div><div style=\"font-size: 0;line-height: 0;\" title=\"SHOPTOOL_关联营销_730771_BEGIN\"> </div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #ffffff;\" width=\"790\"><tbody><tr><td style=\"text-align: center;font-size: 0;\"><span style=\"display: inline-block;font: 30.0px 思源黑体;color: #666666;height: 60.0px;line-height: 60.0px;letter-spacing: 7.0px;\">{特价の推荐}</span></td></tr></tbody></table><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #ffffff;\" width=\"790\"><tbody><tr><td style=\"font-size: 0;height: 9.0px;\"> </td></tr><tr><td style=\"background-color: #ffffff;border: 1.0px solid #eeeeee;padding: 4.0px;\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"178\"><tbody><tr><td style=\"width: 178.0px;\" valign=\"midden\"><a href=\"http://detail.1688.com/offer/0.html\" style=\"text-decoration: none;width: 178.0px;height: 178.0px;vertical-align: middle;display: table-cell;\" target=\"_blank\" title=\"批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植\"><img src=\"https://cbu01.alicdn.com/img/ibank/2017/142/926/4094629241_1624713353.jpg\" style=\"border: 0;display: table-cell;margin: 0 auto;max-width: 178.0px;max-height: 178.0px;\"/></a></td></tr><tr><td><span style=\"display: inline-block;color: #888888;font: 12.0px 宋体;line-height: 18.0px;height: 36.0px;overflow: hidden;\">批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植</span></td></tr><tr><td style=\"font-size: 0;text-align: left;padding: 10.0px 0;margin-left: 10.0px;\"><span style=\"display: inline-block;color: #936233;font: 24.0px arial;line-height: 24.0px;\"><i style=\"font: 14.0px 思源黑体;\">¥</i>28.30</span><span style=\"display: inline-block;font: 12.0px 宋体;line-height: 28.0px;height: 28.0px;border-radius: 10.0px;float: right;color: #888888;\">已售0笔</span></td></tr></tbody></table></td><td style=\"font-size: 0;width: 12.0px;\"> </td><td style=\"background-color: #ffffff;border: 1.0px solid #eeeeee;padding: 4.0px;\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"178\"><tbody><tr><td style=\"width: 178.0px;\" valign=\"midden\"><a href=\"http://detail.1688.com/offer/0.html\" style=\"text-decoration: none;width: 178.0px;height: 178.0px;vertical-align: middle;display: table-cell;\" target=\"_blank\" title=\"批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植\"><img src=\"https://cbu01.alicdn.com/img/ibank/2017/142/926/4094629241_1624713353.jpg\" style=\"border: 0;display: table-cell;margin: 0 auto;max-width: 178.0px;max-height: 178.0px;\"/></a></td></tr><tr><td><span style=\"display: inline-block;color: #888888;font: 12.0px 宋体;line-height: 18.0px;height: 36.0px;overflow: hidden;\">批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植</span></td></tr><tr><td style=\"font-size: 0;text-align: left;padding: 10.0px 0;margin-left: 10.0px;\"><span style=\"display: inline-block;color: #936233;font: 24.0px arial;line-height: 24.0px;\"><i style=\"font: 14.0px 思源黑体;\">¥</i>28.30</span><span style=\"display: inline-block;font: 12.0px 宋体;line-height: 28.0px;height: 28.0px;border-radius: 10.0px;float: right;color: #888888;\">已售0笔</span></td></tr></tbody></table></td><td style=\"font-size: 0;width: 12.0px;\"> </td><td style=\"background-color: #ffffff;border: 1.0px solid #eeeeee;padding: 4.0px;\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"178\"><tbody><tr><td style=\"width: 178.0px;\" valign=\"midden\"><a href=\"http://detail.1688.com/offer/0.html\" style=\"text-decoration: none;width: 178.0px;height: 178.0px;vertical-align: middle;display: table-cell;\" target=\"_blank\" title=\"批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植\"><img src=\"https://cbu01.alicdn.com/img/ibank/2017/142/926/4094629241_1624713353.jpg\" style=\"border: 0;display: table-cell;margin: 0 auto;max-width: 178.0px;max-height: 178.0px;\"/></a></td></tr><tr><td><span style=\"display: inline-block;color: #888888;font: 12.0px 宋体;line-height: 18.0px;height: 36.0px;overflow: hidden;\">批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植</span></td></tr><tr><td style=\"font-size: 0;text-align: left;padding: 10.0px 0;margin-left: 10.0px;\"><span style=\"display: inline-block;color: #936233;font: 24.0px arial;line-height: 24.0px;\"><i style=\"font: 14.0px 思源黑体;\">¥</i>28.30</span><span style=\"display: inline-block;font: 12.0px 宋体;line-height: 28.0px;height: 28.0px;border-radius: 10.0px;float: right;color: #888888;\">已售0笔</span></td></tr></tbody></table></td><td style=\"font-size: 0;width: 12.0px;\"> </td><td style=\"background-color: #ffffff;border: 1.0px solid #eeeeee;padding: 4.0px;\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"178\"><tbody><tr><td style=\"width: 178.0px;\" valign=\"midden\"><a href=\"http://detail.1688.com/offer/0.html\" style=\"text-decoration: none;width: 178.0px;height: 178.0px;vertical-align: middle;display: table-cell;\" target=\"_blank\" title=\"批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植\"><img src=\"https://cbu01.alicdn.com/img/ibank/2017/142/926/4094629241_1624713353.jpg\" style=\"border: 0;display: table-cell;margin: 0 auto;max-width: 178.0px;max-height: 178.0px;\"/></a></td></tr><tr><td><span style=\"display: inline-block;color: #888888;font: 12.0px 宋体;line-height: 18.0px;height: 36.0px;overflow: hidden;\">批发各规格青叶绿萝花卉盆栽净化空气去甲醛绿植</span></td></tr><tr><td style=\"font-size: 0;text-align: left;padding: 10.0px 0;margin-left: 10.0px;\"><span style=\"display: inline-block;color: #936233;font: 24.0px arial;line-height: 24.0px;\"><i style=\"font: 14.0px 思源黑体;\">¥</i>28.30</span><span style=\"display: inline-block;font: 12.0px 宋体;line-height: 28.0px;height: 28.0px;border-radius: 10.0px;float: right;color: #888888;\">已售0笔</span></td></tr></tbody></table></td><td style=\"font-size: 0;width: 0.0px;\"> </td></tr><tr><td style=\"font-size: 0;height: 10.0px;\"> </td></tr></tbody></table><div style=\"font-size: 0;line-height: 0;\" title=\"SHOPTOOL_关联营销_730771_END\"> </div><div style=\"font-size: 0;line-height: 0;\" title=\"SHOPTOOL_POSITION_TOP_END\"> </div><div class=\"ruifei_qdzs_1\" style=\"width: 790.0px;\"><table background=\"https://cbu01.alicdn.com/img/ibank/2020/469/516/22693615964_2056063352.jpg\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-size: 100.0% 100.0%;width: 100.0%;\"><tbody><tr align=\"center\" style=\"height: 85.0px;\" valign=\"middle\"><td><span style=\"font: 24.0px sans-serif;color: #ff227c;display: inline-block;padding: 0 10.0px 10.0px 0;\">……&*</span></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #cfbaff;width: 100.0%;\"><tbody><tr><td style=\"line-height: 10.0px;\"> </td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td></tr><tr><td style=\"width: 5.0px;\"></td><td style=\"vertical-align: bottom;width: 195.0px;\"><div style=\"padding: 0 5.0px;\"><div style=\"width: 185.0px;height: 185.0px;background: #ffffff;display: flex;justify-content: center;align-items: center;aspect-ratio: 1 / 1;\"><a href=\"https://detail.1688.com/offer/779750807957.html\" style=\"text-decoration: none;display: contents;\" target=\"_blank\"><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN01cyg8121KijQiW6Vav_!!1624961198-0-cib.580x580.jpg\" style=\"max-width: 100.0%;max-height: 100.0%;\"/></a></div><div style=\"height: 50.0px;background-color: #b36ac2;display: flex;justify-content: space-between;\"><div style=\"width: 55.0%;padding-top: 12.0px;text-align: left;\"><span style=\"font-size: 18.0px;color: #ffffff;line-height: 25.0px;margin-left: 5.0px;vertical-align: middle;\"><em style=\"font-style: normal;vertical-align: super;\">¥</em><span style=\"font-weight: 600;display: inline-block;width: 70.0%;overflow: hidden;\">25.0</span></span></div><div style=\"background-color: #ff227c;width: 45.0%;\"><a href=\"https://detail.1688.com/offer/779750807957.html\" style=\"display: flex;justify-content: center;align-items: center;height: 100.0%;\" target=\"_blank\"><img src=\"https://img.alicdn.com/imgextra/i2/161404296/O1CN01NUCV641hbc897dhAa_!!161404296.png\"/></a></div></div></div></td><td style=\"vertical-align: bottom;width: 195.0px;\"><div style=\"padding: 0 5.0px;\"><div style=\"width: 185.0px;height: 185.0px;background: #ffffff;display: flex;justify-content: center;align-items: center;aspect-ratio: 1 / 1;\"><a href=\"https://detail.1688.com/offer/779751087939.html\" style=\"text-decoration: none;display: contents;\" target=\"_blank\"><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN01LnHdEK1Y4nG80PUss_!!2211677593006-0-cib.580x580.jpg\" style=\"max-width: 100.0%;max-height: 100.0%;\"/></a></div><div style=\"height: 50.0px;background-color: #b36ac2;display: flex;justify-content: space-between;\"><div style=\"width: 55.0%;padding-top: 12.0px;text-align: left;\"><span style=\"font-size: 18.0px;color: #ffffff;line-height: 25.0px;margin-left: 5.0px;vertical-align: middle;\"><em style=\"font-style: normal;vertical-align: super;\">¥</em><span style=\"font-weight: 600;display: inline-block;width: 70.0%;overflow: hidden;\">9.0</span></span></div><div style=\"background-color: #ff227c;width: 45.0%;\"><a href=\"https://detail.1688.com/offer/779751087939.html\" style=\"display: flex;justify-content: center;align-items: center;height: 100.0%;\" target=\"_blank\"><img src=\"https://img.alicdn.com/imgextra/i2/161404296/O1CN01NUCV641hbc897dhAa_!!161404296.png\"/></a></div></div></div></td><td style=\"vertical-align: bottom;width: 195.0px;\"><div style=\"padding: 0 5.0px;\"><div style=\"width: 185.0px;height: 185.0px;background: #ffffff;display: flex;justify-content: center;align-items: center;aspect-ratio: 1 / 1;\"><a href=\"https://detail.1688.com/offer/779751299813.html\" style=\"text-decoration: none;display: contents;\" target=\"_blank\"><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN01qXT5DH1KijQhV9iLj_!!1624961198-0-cib.580x580.jpg\" style=\"max-width: 100.0%;max-height: 100.0%;\"/></a></div><div style=\"height: 50.0px;background-color: #b36ac2;display: flex;justify-content: space-between;\"><div style=\"width: 55.0%;padding-top: 12.0px;text-align: left;\"><span style=\"font-size: 18.0px;color: #ffffff;line-height: 25.0px;margin-left: 5.0px;vertical-align: middle;\"><em style=\"font-style: normal;vertical-align: super;\">¥</em><span style=\"font-weight: 600;display: inline-block;width: 70.0%;overflow: hidden;\">19.9</span></span></div><div style=\"background-color: #ff227c;width: 45.0%;\"><a href=\"https://detail.1688.com/offer/779751299813.html\" style=\"display: flex;justify-content: center;align-items: center;height: 100.0%;\" target=\"_blank\"><img src=\"https://img.alicdn.com/imgextra/i2/161404296/O1CN01NUCV641hbc897dhAa_!!161404296.png\"/></a></div></div></div></td><td style=\"vertical-align: bottom;width: 195.0px;\"><div style=\"padding: 0 5.0px;\"><div style=\"width: 185.0px;height: 185.0px;background: #ffffff;display: flex;justify-content: center;align-items: center;aspect-ratio: 1 / 1;\"><a href=\"https://detail.1688.com/offer/779750427940.html\" style=\"text-decoration: none;display: contents;\" target=\"_blank\"><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN01VsfrFM1Y4nFswlpL3_!!2211677593006-0-cib.580x580.jpg\" style=\"max-width: 100.0%;max-height: 100.0%;\"/></a></div><div style=\"height: 50.0px;background-color: #b36ac2;display: flex;justify-content: space-between;\"><div style=\"width: 55.0%;padding-top: 12.0px;text-align: left;\"><span style=\"font-size: 18.0px;color: #ffffff;line-height: 25.0px;margin-left: 5.0px;vertical-align: middle;\"><em style=\"font-style: normal;vertical-align: super;\">¥</em><span style=\"font-weight: 600;display: inline-block;width: 70.0%;overflow: hidden;\">11.0</span></span></div><div style=\"background-color: #ff227c;width: 45.0%;\"><a href=\"https://detail.1688.com/offer/779750427940.html\" style=\"display: flex;justify-content: center;align-items: center;height: 100.0%;\" target=\"_blank\"><img src=\"https://img.alicdn.com/imgextra/i2/161404296/O1CN01NUCV641hbc897dhAa_!!161404296.png\"/></a></div></div></div></td><td style=\"width: 5.0px;\"></td></tr><tr><td style=\"line-height: 10.0px;\"> </td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td><td style=\"line-height: 10.0px;\"></td></tr></tbody></table></div><div class=\"ruifei_qdzs_1\" style=\"width: 790.0px;\"> </div><p></p><p class=\"ql-align-right\">售后客服</p><p></p><p class=\"ql-align-right\">营业时间</p><p> </p><p> </p><p> </p><p> </p><p>本店铺所有商品均为不含税价格,开票另加税点,详细咨询客服20221009</p><p><a href=\"https://shop53f501555tc07.1688.com\" target=\"_blank\"><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN01GhBihf1HHIlcFJPaH_!!2215410020732-0-cib.jpg?__r__=1685945831665\" width=\"790\"/><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN01WTSKiD1KijQtRIzVR_!!1624961198-0-cib.jpg\" width=\"790\"/><img src=\"https://cbu01.alicdn.com/img/ibank/O1CN010AXgEc1KijQvXpOaj_!!1624961198-0-cib.jpg\" width=\"790\"/></a></p><p><strong>这是详情尾部添加的内容</strong></p>",
"detailVedio": "https://cloud.video.taobao.com/play/u/1624961198/p/1/e/6/t/1/0.mp4",
"expireTime": "20340502005949000+0800",
"extendInfos": [
{
"key": "isSupportStepPay",
"value": "false"
},
{
"key": "isSupportMix",
"value": "true"
},
{
"key": "isAlipaySupported",
"value": "true"
},
{
"key": "isFactoryMemProcessingOffer",
"value": "false"
},
{
"key": "isOnePsale",
"value": "true"
},
{
"key": "buyerProtection",
"value": [
"ssbxsfh"
]
},
{
"key": "freepostage",
"value": "false"
}
],
"groupID": [
172599610
],
"image": {
"images": [
"img/ibank/O1CN01ro2evW1KijPNLe8jA_!!1624961198-0-cib.jpg",
"img/ibank/O1CN016I6JIG1KijQwIx5S9_!!1624961198-0-cib.jpg",
"img/ibank/O1CN01jRHP4j1KijPVEu5Q0_!!1624961198-0-cib.jpg",
"img/ibank/O1CN01zG9M0j1KijQuaF31i_!!1624961198-0-cib.jpg",
"img/ibank/O1CN01MYuMOx1KijQsF2aBo_!!1624961198-0-cib.jpg"
]
},
"language": "CHINESE",
"lastUpdateTime": "20240504005949000+0800",
"modifyTime": "20240506011726000+0800",
"periodOfValidity": 3650,
"pictureAuth": false,
"productCargoNumber": "5",
"productID": 787331453013,
"productType": "wholesale",
"qualityLevel": 6,
"referencePrice": "233.0~234.0",
"reserveInfo": {
"supportReserve": false
},
"saleInfo": {
"amountOnSale": 5494,
"deliveryLimit": 3,
"invReduceType": "2",
"minOrderQuantity": 3,
"mixWholeSale": true,
"priceAuth": false,
"priceRanges": [
{
"price": 234,
"startQuantity": 3
},
{
"price": 233,
"startQuantity": 7
}
],
"quoteType": 2,
"saleType": "normal",
"supportOnlineTrade": true,
"unit": "件"
},
"sevenDaysRefunds": false,
"shippingInfo": {
"freightTemplateID": 12238102,
"offerSuttleWeight": 10,
"sendGoodsAddressId": 35914617,
"sendGoodsAddressText": "湖北省 黄石市",
"unitWeight": 10
},
"skuInfos": [
{
"amountOnSale": 235,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "桔红色",
"skuImageUrl": "img/ibank/O1CN01sSIlBC1KijQxZWJux_!!1624961198-0-cib.jpg"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "可调节"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831088",
"skuId": 5545399831088,
"specId": "5ede73c9da5214a1c95f3c144f522b8f"
},
{
"amountOnSale": 235,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "桔红色",
"skuImageUrl": "img/ibank/O1CN01sSIlBC1KijQxZWJux_!!1624961198-0-cib.jpg"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "S(54-56cm)"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831089",
"skuId": 5545399831089,
"specId": "155c7cc90233d59c22466caf63364eab"
},
{
"amountOnSale": 238,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "淡紫",
"skuImageUrl": "img/ibank/O1CN01kp0Wu51KijR1XyoDG_!!1624961198-0-cib.jpg"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "可调节"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831090",
"skuId": 5545399831090,
"specId": "45177bdbac33abbf1b8c4bd775d4fac6"
},
{
"amountOnSale": 240,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "淡紫",
"skuImageUrl": "img/ibank/O1CN01kp0Wu51KijR1XyoDG_!!1624961198-0-cib.jpg"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "S(54-56cm)"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831091",
"skuId": 5545399831091,
"specId": "bda39a35c3e1fb2a2e174d766d6fb127"
},
{
"amountOnSale": 240,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "咖色"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "可调节"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831092",
"skuId": 5545399831092,
"specId": "46139cf186f5ede48e0c333fbff7203f"
},
{
"amountOnSale": 230,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "咖色"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "S(54-56cm)"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831093",
"skuId": 5545399831093,
"specId": "49b0e451181afbb19c39b54a66538e11"
},
{
"amountOnSale": 2038,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "测试",
"skuImageUrl": "img/ibank/O1CN01pfIjEH1KijQwgoQ7G_!!1624961198-0-cib.jpg"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "可调节"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831094",
"skuId": 5545399831094,
"specId": "db37937e81fd924173ec34ce3f00f3e8"
},
{
"amountOnSale": 2038,
"attributes": [
{
"attributeDisplayName": "颜色",
"attributeID": 3216,
"attributeName": "颜色",
"attributeValue": "测试",
"skuImageUrl": "img/ibank/O1CN01pfIjEH1KijQwgoQ7G_!!1624961198-0-cib.jpg"
},
{
"attributeDisplayName": "尺码",
"attributeID": 450,
"attributeName": "尺码",
"attributeValue": "S(54-56cm)"
}
],
"cargoNumber": "",
"consignPrice": 234,
"skuCode": "5545399831095",
"skuId": 5545399831095,
"specId": "8d81a01f828f125647d57c337378920f"
}
],
"status": "published",
"subject": "帽女春夏季薄款透气素颜盆帽韩版百搭防晒遮阳帽水桶渔a1"
}
],
"sizePerPage": 1,
"totalRecords": 5922
}
},
"success": true
},
"trace_id": ""
}
说明: code为0表示成功,非0为失败,message会包含失败原因。 返回字段说明见文档
文档更新时间: 2024-05-06 21:51 作者:admin