简要描述:
- 根据平台类型获取各平台的商品列表
请求URL:
POST/wapapi/cpsapi/getGoodsList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 是 | int | 分页第几页 |
type | 是 | string | 平台类型 拼多多:pdd 京东:jd |
category_id | 否 | int | 商品一级类目id |
search_text | 否 | string | 搜索关键字 |
sort | 否 | string | 排序方式 升序:asc 降序:desc |
sort_name | 否 | string | 根据什么字段排序 佣金:commission 销量:sales 价格:price |
show_coupon_goods | 否 | int | 是否只显示有优惠券的商品 是:1 否:0 |
price_from | 否 | int | 价格区间,最低价 |
price_to | 否 | int | 价格区间,最高价 |
返回示例:
正确时返回:
{
以下为**拼多多**的数据类型
"code": 1,
"message": "获取成功",
"data": {
"pdd_goods_list":{
{
coupon_discount: 300
coupon_end_time: 1580486399
coupon_min_order_amount: 300
coupon_start_time: 1579190400
goods_id: 2967697165
goods_image_url: "https://t00img.yangkeduo.com/goods/images/2020-01-03/808622ed-c32f-4c0c-b559-892f595b4d91.jpg"
goods_name: "秋冬季男士牛仔裤男加绒加厚款宽松直筒弹力修身商务大码长裤子男"
goods_thumbnail_url: "https://t00img.yangkeduo.com/goods/images/2020-01-03/7b37b2bca9b6410356dce122af6483b4.jpeg"
has_coupon: true
min_group_price: 4500
min_normal_price: 4900
promotion_rate: 80
sales_tip: "5.2万"
}
}
"total_count": 239453,
"page_count": 4790,
buyer_bonus_rate: 10,
share_bonus_rate: 5
}
以下为**京东**的数据类型
"code": 1,
"message": "获取成功",
"data": {
"jd_goods_list":{
commissionInfo: [
commission: 23.6
commissionShare: 20
couponCommission: 9.6
]
couponInfo:[
couponList:[
0:[
bindType: 3
discount: 70
getEndTime: 1582072800000
getStartTime: 1579394400000
isBest: 1
link: "https://coupon.m.jd.com/coupons/show.action?key=01ba122ff5d54bb98aebe0a8f3eefe1c&roleId=27552150&to=mall.jd.com/index-943224.html"
platformType: 0
quota: 118
useEndTime: 1582127999000
useStartTime: 1579363200000
],
1:[
bindType: 3
discount: 70
getEndTime: 1582351740000
getStartTime: 1581746940000
isBest: 0
link: "http://coupon.m.jd.com/coupons/show.action?key=ac69dfb5fce44013ac0dbaf8864b47ff&roleId=27839781&to=mall.jd.com/index-943224.html"
platformType: 0
quota: 118
useEndTime: 1582387199000
useStartTime: 1581696000000
]
]
]
imageInfo:[
imageList:[
0:[
url: "http://img14.360buyimg.com/ads/jfs/t1/41374/5/3125/129585/5ccd8391E855e584a/245f01401f35faf1.jpg"
]
]
]
inOrderCount30Days: 371
priceInfo:[
lowestCouponPrice: 48
lowestPrice: 118
lowestPriceType: 2
price: 298
]
skuId: 46901371789
skuName: "美人春夏薄款塑身内衣收腹束腰活力提臀美体衣无痕产后瘦身连体束身衣超薄美人G塑身衣女 0086三角 黑色 M码 建议80-105斤"
}
"total_count": 1162,
"page_count": 24,
buyer_bonus_rate: 10,
share_bonus_rate: 5
}
}
错误时返回:
{
"code": 0,
"message": "获取失败",
"data":[]
}
拼多多返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
goods_id | int | 商品id | |
goods_name | string | 商品名称 | |
goods_image_url | string | 商品主图 | |
goods_thumbnail_url | string | 商品缩略图 | |
coupon_discount | int | 优惠券面额,单位为分 | |
coupon_end_time | int | 优惠券失效时间,UNIX时间戳 | |
coupon_min_order_amount | int | 优惠券门槛价格,单位为分 | |
coupon_start_time | int | 优惠券生效时间,UNIX时间戳 | |
has_coupon | bool | 商品是否有优惠券 true-有,false-没有 | |
min_group_price | int | 最小拼团价(单位为分) | |
min_normal_price | int | 最小单买价格(单位为分) | |
promotion_rate | int | 佣金比例,千分比 | |
sales_tip | string | 已售卖件数 | |
buyer_bonus_rate | int | 平台设定的消费者的佣金比例(百分比) | |
share_bonus_rate | int | 平台设定的分享者的佣金比例(百分比) |
京东返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
skuId | int | 商品id | |
skuName | string | 商品名称 | |
imageInfo | array | 图片信息 | |
imageList | array | 图片合集 | |
url | string | 第一个图片链接为主图链接 | |
couponInfo | array | 优惠券信息,返回内容为空说明该SKU无可用优惠券 | |
couponList | array | 优惠券合集 | |
discount | int | 券面额(单位:元) | |
link | string | 券链接 | |
isBest | int | 最优优惠券,1:是;0:否 | |
priceInfo | array | 价格信息 | |
price | int | 无线价格(单位:元) | |
lowestCouponPrice | int | 最低价后的优惠券价 | |
inOrderCount30Days | int | 30天引单数量 | |
commissionInfo | array | 佣金信息 | |
commission | int | 佣金(单位:元) | |
commissionShare | int | 佣金比例 | |
couponCommission | int | 券后佣金 | |
buyer_bonus_rate | int | 平台设定的消费者的佣金比例(百分比) | |
share_bonus_rate | int | 平台设定的分享者的佣金比例(百分比) |