京东商品API
 请求方式:GET
  URL:https://openapi.linkstars.com/api/jdgoodslist
 请求示例:
{
       apikey: xxxx(放单后台获取的apikey值)
       v : 1.0.0
}
 接口说明:全量商品接口,建议您首次获取全量商品时调用该接口,增量商品通过定时拉取获取
 请求参数列表
| 参数名 | 参数描述 | 类型 | 是否必填 | 备注 | 
|---|---|---|---|---|
| apikey | 唯一验证 | string | 是 | 个人中心获取的Apikey值 | 
| v | 版本号 | string | 是 | 当前版本:1.0.0 | 
| page | 页数 | Integer | 是 | (页数必填项) | 
| cid | 星罗一级类目 | string | 否 | 如果需要传多个,以英文逗号相隔,如:”1,2,3”。 7 图书音像,27 家用电器,37 家居家装,57 服饰鞋包,75 母婴用品,93 玩模乐器,95 食品生鲜,113 个护化妆,131 礼品钟表,147 汽车消费,163 电脑数码,177 办公设备,191 运动户外,1515 日用百货  | 
返回参数说明
| 参数名称 | 参数类型 | 参数值 | 参数说明 | 
|---|---|---|---|
| code | Integer | 1 | 状态码 | 
| msg | String | SUCCESS | 状态说明 | 
| data | Object[] | 列表数据 | |
| list | Object[] | 商品数据 | |
| aejdid | Integer | 47 | 星罗商品id | 
| goods_id | Integer | 570767701930 | 商品id | 
| goods_out_url | String | https://detail.tmall.com/ item.htm?id=569262857652  |  商品链接 | 
| goods_category | String | 咖啡/麦片/冲饮,茶饮料 | 商品分类 | 
| goods_brand | String | 商品品牌 | |
| short_extension_title | String | 谱儿食刻 蓓朵芬菊花黑枸杞 36g | 商品短标题 | 
| goods_img | String | http://qny.smzdm.com/201904/ 12/5cb03f7926ed55579.jpg  |  商品主图 | 
| coupon_url | String | https://uland.taobao.com/coupon/ edetail?e=5uJ8gVYk%2FWsGQASttHIRqfQYD%h....  |  优惠券链接 | 
| coupon_num_total | Integer | 10000 | 优惠券总数量 | 
| coupon_num_suplus | Integer | 9954 | 优惠券剩余数量 | 
| coupon_start_time | String | 2019-04-11 00:00:00 | 优惠开始时间 | 
| coupon_end_time | String | 2019-05-05 00:00:00 | 优惠结束时间 | 
| coupon_money | Integer | 3.00 | 优惠券金额 | 
| coupon_id | String | 优惠券id | |
| coupon_today_get | Integer | 12 | 优惠券当天领取量 | 
| coupon_start_fee | Integer | 20.00 | 优惠券使用条件 | 
| commission_rate | Integer | 12.00 | 佣金比例 | 
| store_nick | String | 谱儿食品专营店 | 店铺名称 | 
| check_audit_time | String | null | 发布日期 | 
| month_num | Integer | 0 | 当月销量 | 
| goods_list_money | Integer | 40.00 | 在售价 | 
| real_money | Integer | 37.00 | 券后价 | 
| xl_recommend_worthy | Integer | 0 | 星罗值 | 
| product_intro | String | 抖音上的爆款产品,儿童喂饭神器,只需摇一摇,即可将米饭变成饭团,小朋友也可.. | 商品百科 | 
| content | String | 抖音上的爆款产品,儿童喂饭神器,只需摇一摇,即可将米饭变成饭团,小朋友也可.. | 商品推荐文案 | 
| totalNum | Integer | 商品总数 | 
错误代码
| 名称 | 类型 | 描述 | 
|---|---|---|
| code | Integer | 状态码 0 | 
| msg | String | 错误详情 | 
| data | Object[] | 列表数据 | 
数据示例:
{
"code": 1,
"msg": "SUCCESS",
"data": {
         "list":[
                  {
                      "aejdid": "47",     --星罗商品id
                      "goods_id": "570767701930",     --商品id
                      "goods_out_url": "https://detail.tmall.com/item.htm?id=569262857652",  --商品链接
                      "goods_category": "咖啡/麦片/冲饮,茶饮料",   --商品分类
                      "goods_brand": " ",             -- 商品品牌
                      "short_extension_title": "谱儿食刻 蓓朵芬菊花黑枸杞 36g", --商品短标题
                      "goods_img": "http://qny.smzdm.com/201904/12/5cb03f7926ed55579.jpg", --商品主图
                      "coupon_url": "https://uland.taobao.com/coupon/edetail?e=5uJ8gVYk%2FWsGQASttHIRqfQYD%h....", --优惠券链接
                      "coupon_num_total": "10000",  --优惠券总数量
                      "coupon_num_suplus": "9954",  --优惠券剩余数量
                      "coupon_start_time": "2019-04-11 00:00:00",  --优惠开始时间
                      "coupon_end_time": "2019-05-05 00:00:00",   --优惠结束时间
                      "coupon_money": "3.00",                     --优惠券金额
                      "coupon_id": " ",                 --优惠券id
                      "coupon_today_get": "12",                   --优惠券当天领取量
                      "coupon_start_fee": "20.00",                --优惠券使用条件
                      "commission_rate": "12.00",                 --佣金比例
                      "store_nick": "谱儿食品专营店",                --店铺名称
                      "check_audit_time": null,                  --发布日期
                      "month_num": "0",                           --当月销量
                      "goods_list_money": "40.00",                --在售价
                      "real_money": "37.00",                      --券后价
                      "xl_recommend_worthy": "0"                        --星罗值
                      "product_intro": "抖音上的爆款产品,儿童喂饭神器,只需摇一摇,即可将米饭变成饭团,小朋友也可自己DIY..." --商品百科
                      "content": "抖音上的爆款产品,儿童喂饭神器,只需摇一摇,即可将米饭变成饭团,小朋友也可自己DIY..." --商品推荐文案
                  }
                ]
}
"totalNum":10
}
 
 
				星罗好货官方服务号
			
				星罗星观点