POST xuner/bi/retail/queryNewProductRanking
新款排名接口
请求信息
URI 参数
无。
Body 参数
retail_queryNewProductRankingRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
sort |
排序方式(0,1) |
string |
无。 |
list |
商品代码,多个使用逗号隔开 |
string |
无。 |
storelist |
店铺列表 支持多个用,分隔 |
string |
无。 |
brandlist |
品牌列表 支持多个用,分隔 |
string |
无。 |
othertype6list |
属性6列表 支持多个用,分隔 |
string |
无。 |
beginDate |
开始日期 |
string |
无。 |
endDate |
结束日期 |
string |
无。 |
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{ "sort": "sample string 1", "list": "sample string 2", "storelist": "sample string 3", "brandlist": "sample string 4", "othertype6list": "sample string 5", "beginDate": "sample string 6", "endDate": "sample string 7", "pageNum": 8, "PageSize": 9 }
响应信息
资源描述
新款排名接口
gXopResponseOfListOfretail_queryNewProductRanking名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of retail_queryNewProductRanking |
无。 |
|
desc |
错误信息 |
string |
无。 |
result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "row_num": 1, "code": "sample string 2", "name": "sample string 3", "num": 4, "amount": 5.0, "grossProfit": 6.0, "standardAmount": 7.0, "brand": "sample string 8", "type": "sample string 9", "listingDate": "2025-09-26T07:55:19.5149325+08:00", "supplier": "sample string 11", "price": 12.0, "bid": 13.0, "tianShu": 14, "zjf": "sample string 15", "vipprice": 18.0 }, { "row_num": 1, "code": "sample string 2", "name": "sample string 3", "num": 4, "amount": 5.0, "grossProfit": 6.0, "standardAmount": 7.0, "brand": "sample string 8", "type": "sample string 9", "listingDate": "2025-09-26T07:55:19.5149325+08:00", "supplier": "sample string 11", "price": 12.0, "bid": 13.0, "tianShu": 14, "zjf": "sample string 15", "vipprice": 18.0 } ], "desc": "sample string 1", "result": 2 }