接口访问域名
| 区域 | 域名 |
|---|---|
| 国内 | api-cn.zzqss.com |
| 国外 | api-sg.zzqss.com |
Path: /api.php?path=getlist
Method: GET
接口描述:
注意:
*文档未标明字段皆是为了旧系统兼容,不确定所有商品都存在那些字段,请谨慎使用,~~~~由此产生的错误请自行处理*
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| ismall | 否 | N | 是否只查询天猫商品 可传递参数 Y 仅查询天猫数据 N 查询淘宝和天猫数据 默认 为N |
| pagesize | 否 | 20 | 一页返回多少条数据 |
| page | 否 | 1 | 页码数 |
| keyword | 是 | 女装 | 查询关键词 |
| appkey | 是 | appkey 联系客服获取 | |
| start_price | 是 | 起始价格 | |
| end_price | 是 | 价格区间 | |
| cateid | 是 | 淘宝分类(后台) |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ total | string | 非必须 | j接口返回总商品数量 | ||
| ├─ dataarray | object [] | 非必须 | 返回的商品数据 | item 类型: object | |
| ├─ item_id | string | 必须 | 商品id | ||
| ├─ nick | string | 必须 | 店铺名称 | ||
| ├─ num_iid | string | 必须 | 商品id | ||
| ├─ pic_url | string | 必须 | 图片 | ||
| ├─ title | string | 必须 | 商品名称 | ||
| ├─ volume | string | 必须 | 销量 | ||
| ├─ price | string | 必须 | 优惠价 | ||
| ├─ oldprice | string | 必须 | 原价 | ||
| msg | null | 非必须 | 提示信息 |
Path: /desc.php
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | appkey联系客服获取 | |
| id | 是 | 商品id | |
| type | 是 | json | 返回数据类型 json 返回json字符串 html 返回html页面 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | status | ||
| imgarr | string [] | 非必须 | 详情图片数组 | item 类型: string | |
| ├─ | 非必须 | ||||
| html | string | 非必须 | 静态html标签数据 | ||
| msg | string | 非必须 | msg |
Path: /api.php?path=imagesearch
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| image_path | 是 | 在线可打开的图片地址 | 要是浏览器可直接访问到的在线图片 限制必要是jpg图片 |
| appkey | 是 | 找客服人员索要 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ total | number | 非必须 | 搜索到商品 | ||
| ├─ dataarray | object [] | 非必须 | item 类型: object | ||
| ├─ url | string | 必须 | 商品地址 | ||
| ├─ title | string | 必须 | 名称 | ||
| ├─ pic_url | string | 必须 | 图片 | ||
| ├─ price | string | 必须 | 价格 | ||
| ├─ oldprice | string | 非必须 | 原价 | ||
| ├─ volume | number | 非必须 | 销量 | ||
| ├─ item_id | string | 必须 | 商品id | ||
| ├─ num_iid | string | 必须 | 商品id | ||
| ├─ userId | string | 必须 | 商家id | ||
| ├─ nick | string | 必须 | 店铺名称 | ||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | 你的appkey值 | ||
| ├─ count | number | 非必须 | 访问次数 | ||
| msg | string | 非必须 |
Path: /api.php?path=taokey2id
Method: GET
接口描述:
注意:
*文档未标明字段皆是为了旧系统兼容,不确定所有商品都存在那些字段,请谨慎使用,~~~~由此产生的错误请自行处理*
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| taokey | 是 | 女装 | 淘口令字符串 |
| appkey | 是 | appkey 联系客服获取 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | status | ||
| data | object | 非必须 | |||
| ├─ id | string | 非必须 | 商品id | ||
| msg | string | 非必须 | msg |
Path: /api.php?path=getcate
Method: GET
接口描述:
注意:
*文档未标明字段皆是为了旧系统兼容,不确定所有商品都存在那些字段,请谨慎使用,~~~~由此产生的错误请自行处理*
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| cateid | 是 | 16 | 商品分类id |
| appkey | 是 | appkey 联系客服获取 | |
| is_parent | 是 | 0 | 返回参数 0 表示只返会当前分类值 1 表示返回当前分类下子级 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object [] | 非必须 | item 类型: object | ||
| ├─ cid | string | 必须 | 分类id | ||
| ├─ is_parent | string | 必须 | 是否为父级分类 | ||
| ├─ name | string | 必须 | 分类名称 | ||
| ├─ parent_cid | string | 必须 | 父级分类id 如果存在父类 | ||
| msg | string | 非必须 |
Path: /api.php?path=getfreight
Method: GET
接口描述:
注意:
*_文档未标明字段皆是为了旧系统兼容,不确定所有商品都存在那些字段,请谨慎使用,~~~~由此产生的错误请自行处理*_
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| cityid | 是 | 440300 | 中华人民共和国县以上行政区划代码 http://www.mca.gov.cn//article/sj/xzqh/2020/202011/202011060901.html |
| appkey | 是 | appkey 联系客服获取 | |
| id | 是 | 0 | 商品id |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | status | ||
| data | object | 非必须 | |||
| ├─ freight | string | 非必须 | 运费 | ||
| msg | string | 非必须 | msg |
Path: /api.php?path=tmallshopgood
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | 密钥 | 找客服索要 |
| user_id | 是 | 2208976788569 | 店铺id userId |
| p | 是 | 1 | 页码 |
| pagesize | 是 | 5 | 每页多少条数据 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ total | string | 非必须 | |||
| ├─ dataarray | object [] | 非必须 | item 类型: object | ||
| ├─ item_id | string | 必须 | 商品id | ||
| ├─ nick | string | 必须 | 店铺名称 | ||
| ├─ num_iid | string | 必须 | 商品id | ||
| ├─ pic_url | string | 必须 | 图片 | ||
| ├─ title | string | 必须 | 商品名称 | ||
| ├─ volume | string | 必须 | 销量 | ||
| ├─ price | string | 必须 | 优惠价 | ||
| ├─ oldprice | string | 必须 | 原价 | ||
| msg | null | 非必须 |
Path: /api.php?path=itemview
Method: GET
接口描述:
新接口简单的例子
http://域名/api.php?path=itemview&appkey=yourappkey&id=625389215580&user_subscribe=value,sku,oldprice
该字段仅支持新接口地址 新接口地址 openapi.zzqss.com 或者 [api-sg.zzqss.com](http://api-sg.zzqss.com/)
user_subscribe
注意:
*文档未标明字段皆是为了旧系统兼容,不确定所有商品都存在那些字段,请谨慎使用,~~~~由此产生的错误请自行处理*
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | 1324654 | appkey 联系客服获取 |
| id | 是 | 627282964944 | 淘宝或天猫商品id |
| user_subscribe | 否 | value,sku,kucun,freight | 支持字段value,seller,images,sku_id,skuid,prop_img,kucun,prop_names,sku,freight,desc_arr,desc_html,desc 传递此参数将只返回传递的字段,不传递本参数默认全返回 描述参数有三种形式 desc_arr 返回json格式描述数据 desc_html 返回html格式描述数据 desc 返回url链接描述信息 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ seller | object | 非必须 | 店铺信息 | ||
| ├─ shopName | string | 非必须 | 店铺名称 | ||
| ├─ sellerNick | string | 非必须 | 店铺昵称 | ||
| ├─ shopId | string | 非必须 | shopId | ||
| ├─ userId | string | 非必须 | sellerId | ||
| ├─ evaluates | object [] | 非必须 | 商家三个评价 --服务--描述--物流 | item 类型: object | |
| ├─ title | string | 必须 | 名称 | ||
| ├─ score | string | 必须 | 积分 | ||
| ├─ value | object | 非必须 | 商品主要数据 | ||
| ├─ title | string | 非必须 | 商品名称 | ||
| ├─ price | string | 非必须 | 商品优惠价格 | ||
| ├─ sellerNick | string | 非必须 | 店铺名称 | ||
| ├─ cid | string | 非必须 | 分类id | ||
| ├─ oldprice | string | 非必须 | 商品价格 | ||
| ├─ itemId | string | 非必须 | 商品id | ||
| ├─ pic_url | string | 非必须 | 商品图片 | ||
| ├─ images | string [] | 非必须 | 商品轮播图 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ sku | object [] | 非必须 | 规格属性 | item 类型: object | |
| ├─ name | string | 必须 | 规格属性名称 | ||
| ├─ son | object [] | 必须 | item 类型: object | ||
| ├─ sku_id | string | 必须 | 规格属性id组合 pid:vid | ||
| ├─ name | string | 必须 | 规格数据名称 | ||
| ├─ skus | object | 非必须 | 规格属性组合对于价格库存 | ||
| ├─ sku | object [] | 非必须 | item 类型: object | ||
| ├─ price | string | 必须 | 优惠价 | ||
| ├─ sku_id | string | 必须 | sku_id | ||
| ├─ oldprice | string | 必须 | 原价 | ||
| ├─ quantity | string | 必须 | 库存 | ||
| ├─ properties | string | 必须 | sku中规格数据组合 | ||
| ├─ properties_name | string | 必须 | 规格属性名称 | ||
| ├─ kucun | number | 非必须 | 总库存 | ||
| ├─ prop_img | string [] | 非必须 | 不同规格属性组合下对应图片 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ kucun | number | 非必须 | 总库存 | ||
| ├─ desc | string | 非必须 | 详情地址 | ||
| ├─ prop_names | object | 必须 | |||
| ├─ 属性id | object | 必须 | |||
| ├─ name | string | 必须 | 父级属性名称 | ||
| ├─ value | object | 必须 | |||
| ├─ 属性值id | string | 必须 |
Path: /http://taoapi.tt/api.php?path=alikey2id
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | appkey 联系客服获取 | |
| alikey | 是 | 你复制的1688软件上口令 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | string | 非必须 | 兑换后阿里商品id | ||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| msg | string | 非必须 |
Path: /api.php?path=aligetlist
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | 234234 | appkey 联系客服获取 |
| keyword | 是 | 鞋子 | 关键词 |
| user_subscribe | 否 | 0 | 1 获取接口原始数据 |
| cateid | 是 | 分类categoryID |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ dataarray | object [] | 非必须 | item 类型: object | ||
| ├─ item_id | string | 必须 | 商品id | ||
| ├─ num_iid | string | 必须 | 商品id | ||
| ├─ title | string | 必须 | 商品标题 | ||
| ├─ subject | string | 必须 | 商品标题1 | ||
| ├─ simpleSubject | string | 必须 | 商品标题2 | ||
| ├─ unit | string | 必须 | 单位-双-件-个 | ||
| ├─ nick | string | 必须 | 店铺名称 | ||
| ├─ quantityBegin | string | 必须 | 起批量 | ||
| ├─ quantityPrices | object [] | 必须 | 价格数组字段 | item 类型: object | |
| ├─ quantity | string | 必须 | 起批量 | ||
| ├─ value | string | 必须 | 价格 | ||
| ├─ saleQuantity | string | 必须 | 在售数量 | ||
| ├─ price | string | 必须 | 价格 | ||
| ├─ companyName | string | 必须 | 公司名称 | ||
| ├─ cid | string | 必须 | 分类id | ||
| ├─ category_id | string | 必须 | 分类id | ||
| ├─ category_name | string | 必须 | 分类名称 | ||
| ├─ province | string | 必须 | 省 | ||
| ├─ city | string | 必须 | 市 | ||
| ├─ url | string | 必须 | 商品链接地址 | ||
| ├─ item_url | string | 必须 | 商品链接地址 | ||
| ├─ pict_url | string | 必须 | 图片 | ||
| ├─ img | string | 必须 | 图片 | ||
| ├─ offerPicUrl | string | 必须 | 图片 | ||
| ├─ pic_url | string | 必须 | 图片 | ||
| ├─ cate_name | string | 必须 | 分类名称 | ||
| ├─ cate_name_arr | string | 必须 | 分类名称 | ||
| ├─ cateidarray | object [] | 非必须 | 分类数组 | item 类型: object | |
| ├─ childrenCats | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ parentCats | object [] | 必须 | item 类型: object | ||
| ├─ parentCatsId | number | 必须 | |||
| ├─ order | number | 必须 | |||
| ├─ catsId | number | 必须 | |||
| ├─ spuPriceExt | boolean | 必须 | |||
| ├─ leaf | boolean | 必须 | |||
| ├─ supportSKUPrice | boolean | 必须 | |||
| ├─ applyRealPrice | boolean | 必须 | |||
| ├─ catsName | string | 必须 | |||
| ├─ supportMixWholesale | boolean | 必须 | |||
| ├─ supportOnlineTrade | boolean | 必须 | |||
| ├─ batchPost | boolean | 必须 | |||
| ├─ applySpu | boolean | 必须 | |||
| ├─ tradeType | number | 必须 | |||
| ├─ category_id | number | 必须 | |||
| ├─ name | string | 必须 | |||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | 您的appkey | ||
| ├─ count | number | 非必须 | 您总调用接口次数 | ||
| msg | string | 非必须 | 接口信息 |
Path: /api.php?path=aliimgsearch
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | ||
| image_url | 是 | 远程图片地址一定保证图片是在线可打开查看的图片jpg最好 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ dataarray | object [] | 非必须 | item 类型: object | ||
| ├─ item_id | number | 必须 | 商品id | ||
| ├─ num_iid | number | 必须 | 商品id | ||
| ├─ img | string | 必须 | 商品图片 | ||
| ├─ images | object | 必须 | 商品图片 | ||
| ├─ imgUrl | string | 非必须 | |||
| ├─ imgUrlOf100x100 | string | 非必须 | |||
| ├─ imgUrlOf120x120 | string | 非必须 | |||
| ├─ imgUrlOf150x150 | string | 非必须 | |||
| ├─ imgUrlOf220x220 | string | 非必须 | |||
| ├─ imgUrlOf270x270 | string | 非必须 | |||
| ├─ imgUrlOf290x290 | string | 非必须 | |||
| ├─ pictureLocked | boolean | 非必须 | |||
| ├─ show220x372 | boolean | 非必须 | |||
| ├─ pic_path | string | 必须 | 商品图片同img | ||
| ├─ pic_url | string | 必须 | 商品图片同img | ||
| ├─ subject | string | 必须 | 标题 | ||
| ├─ simpleSubject | string | 必须 | 详细标题 | ||
| ├─ title | string | 必须 | 详细标题 | ||
| ├─ simple_title | string | 必须 | 标题 | ||
| ├─ province | string | 必须 | 省 | ||
| ├─ city | string | 必须 | 市 | ||
| ├─ url | string | 必须 | 链接地址 | ||
| ├─ price | string | 必须 | 价格 | ||
| ├─ quantityBegin | object [] | 必须 | 最小起批量 | item 类型: object | |
| ├─ quantity | string | 必须 | |||
| ├─ value | object | 必须 | |||
| ├─ decimals | number | 非必须 | |||
| ├─ integer | number | 非必须 | |||
| ├─ valueString | string | 必须 | |||
| ├─ quantityPrices | number | 必须 | 价格数组 | ||
| ├─ volume | number | 必须 | 销量 | ||
| ├─ saleQuantity | number | 必须 | 销量 | ||
| ├─ seller_loc | string | 必须 | 发货地或者说是店家地址 | ||
| ├─ nick | string | 必须 | 店铺名称 | ||
| ├─ total | number | 非必须 | 总数量 | ||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| ├─ count | number | 非必须 | |||
| msg | string | 非必须 |
Path: /api.php?path=aliitemview
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | 1324654 | appkey 联系客服获取 |
| id | 是 | 627282964944 | 阿里巴巴商品id |
| user_subscribe | 否 | 1 | 1获取我需要的有备注的字段 0 获取原接口数据 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ productID | number | 非必须 | 商品id | ||
| ├─ categoryID | number | 非必须 | 分类id | ||
| ├─ subject | string | 非必须 | 标题 | ||
| ├─ description | string | 非必须 | 详细描述 | ||
| ├─ image | object | 非必须 | 商品轮播图 | ||
| ├─ images | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ skuInfos | object [] | 非必须 | 规格属性信息 | item 类型: object | |
| ├─ attributes | object [] | 必须 | item 类型: object | ||
| ├─ attributeID | number | 必须 | |||
| ├─ attributeValue | string | 必须 | |||
| ├─ skuImageUrl | string | 必须 | |||
| ├─ attributeDisplayName | string | 必须 | |||
| ├─ cargoNumber | string | 必须 | |||
| ├─ amountOnSale | number | 必须 | |||
| ├─ price | number | 必须 | |||
| ├─ skuCode | string | 必须 | |||
| ├─ skuId | number | 必须 | |||
| ├─ specId | string | 必须 | |||
| ├─ consignPrice | number | 必须 | |||
| ├─ saleInfo | object | 非必须 | 销售信息 | ||
| ├─ supportOnlineTrade | boolean | 非必须 | |||
| ├─ mixWholeSale | boolean | 非必须 | |||
| ├─ saleType | string | 非必须 | |||
| ├─ priceAuth | boolean | 非必须 | |||
| ├─ priceRanges | object [] | 非必须 | item 类型: object | ||
| ├─ startQuantity | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ unit | string | 非必须 | |||
| ├─ minOrderQuantity | number | 非必须 | |||
| ├─ quoteType | number | 非必须 | |||
| ├─ shippingInfo | object | 非必须 | 发货信息 | ||
| ├─ unitWeight | number | 非必须 | |||
| ├─ freightTemplateID | number | 非必须 | |||
| ├─ suttleWeight | number | 非必须 | |||
| ├─ sendGoodsAddressText | string | 非必须 | |||
| ├─ sendGoodsAddressId | number | 非必须 | |||
| ├─ supplierLoginId | string | 非必须 | 供应商loginId | ||
| ├─ categoryName | string | 非必须 | 类目名 | ||
| ├─ mainVedio | string | 非必须 | 主图视频播放地址 | ||
| ├─ crossBorderOffer | boolean | 非必须 | 是否海外代发 | ||
| ├─ referencePrice | string | 非必须 | 参考价格,返回价格区间,可能为空 | ||
| ├─ createTime | string | 非必须 | 创建时间 | ||
| ├─ lastUpdateTime | string | 非必须 | 获取用户最后一次修改商品信息的时间 | ||
| ├─ num_iid | number | 非必须 | 商品id | ||
| ├─ detail_url | string | 非必须 | 商品链接地址 | ||
| ├─ title | string | 非必须 | 标题 | ||
| ├─ unit | string | 非必须 | 计量单位 | ||
| ├─ province | string | 非必须 | |||
| ├─ offerWeight | number | 非必须 | |||
| ├─ unitWeight | number | 非必须 | |||
| ├─ offerSuttleWeight | number | 非必须 | |||
| ├─ creditLevel | string | 非必须 | |||
| ├─ sellers | object | 非必须 | |||
| ├─ supportOnlineTrade | boolean | 非必须 | |||
| ├─ mixWholeSale | boolean | 非必须 | |||
| ├─ saleType | string | 非必须 | |||
| ├─ priceAuth | boolean | 非必须 | |||
| ├─ priceRanges | object [] | 非必须 | item 类型: object | ||
| ├─ startQuantity | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ unit | string | 非必须 | |||
| ├─ minOrderQuantity | number | 非必须 | |||
| ├─ quoteType | number | 非必须 | |||
| ├─ pic_url | string | 非必须 | |||
| ├─ price | string | 非必须 | |||
| ├─ priceRanges | object [] | 非必须 | item 类型: object | ||
| ├─ startQuantity | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ range | string | 非必须 | |||
| ├─ skuArray | object [] | 非必须 | item 类型: object | ||
| ├─ sku_id | string | 非必须 | |||
| ├─ prop | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ value | object [] | 非必须 | item 类型: object | ||
| ├─ sku_id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ imageUrl | string | 必须 | |||
| ├─ img | string | 必须 | |||
| ├─ son | object [] | 非必须 | item 类型: object | ||
| ├─ sku_id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ imageUrl | string | 必须 | |||
| ├─ img | string | 必须 | |||
| ├─ props | object | 非必须 | |||
| ├─ 规格 | object | 非必须 | |||
| ├─ sku_id | string | 非必须 | |||
| ├─ prop | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ value | object [] | 非必须 | item 类型: object | ||
| ├─ sku_id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ imageUrl | string | 必须 | |||
| ├─ img | string | 必须 | |||
| ├─ son | object [] | 非必须 | item 类型: object | ||
| ├─ sku_id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ imageUrl | string | 必须 | |||
| ├─ img | string | 必须 | |||
| ├─ skuname | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ skuMap | object | 非必须 | |||
| ├─ 宠物饮水器【天青色】 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物喂食器【天青色】 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物饮水喂食器【天青色】套装 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物饮水器【俏丽粉】 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物喂食器【俏丽粉】 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物饮水喂食器【俏丽粉】套装 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物饮水器【沉稳灰】 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物喂食器【沉稳灰】 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ 宠物饮水喂食器【沉稳灰】套装 | object | 非必须 | |||
| ├─ attributes | object [] | 非必须 | item 类型: object | ||
| ├─ attributeID | number | 非必须 | |||
| ├─ attributeValue | string | 非必须 | |||
| ├─ skuImageUrl | string | 非必须 | |||
| ├─ attributeDisplayName | string | 非必须 | |||
| ├─ cargoNumber | string | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ skuCode | string | 非必须 | |||
| ├─ skuId | number | 非必须 | |||
| ├─ specId | string | 非必须 | |||
| ├─ consignPrice | number | 非必须 | |||
| ├─ saleCount | number | 非必须 | |||
| ├─ canBookCount | number | 非必须 | |||
| ├─ details | string | 非必须 | |||
| ├─ info | string | 非必须 | |||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| msg | string | 非必须 |
Path: /api.php?path=aliitemview&appkey=
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| appkey | 是 | 1324654 | appkey 联系客服获取 |
| id | 是 | 627282964944 | 阿里巴巴商品id |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ productID | number | 非必须 | 商品ID | ||
| ├─ productType | string | 非必须 | 商品类型,在线批发商品(wholesale)或者询盘商品(sourcing),1688网站缺省为wholesale | ||
| ├─ categoryID | number | 非必须 | 类目ID,标识商品所属类目 | ||
| ├─ attributes | object [] | 非必须 | 商品属性和属性值 | item 类型: object | |
| ├─ attributeID | number | 必须 | 属性ID | ||
| ├─ isCustom | boolean | 必须 | 属性名称 | ||
| ├─ attributeName | string | 必须 | 属性值ID | ||
| ├─ value | string | 必须 | 属性值 | ||
| ├─ groupID | number [] | 非必须 | 分组ID,确定商品所属分组。1688可传入多个分组ID,国际站同一个商品只能属于一个分组,因此默认只取第一个 | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ status | string | 非必须 | 商品状态。published:上网状态;member expired:会员撤销;auto expired:自然过期;expired:过期(包含手动过期与自动过期);member deleted:会员删除;modified:修改;new:新发;deleted:删除;TBD:to be delete;approved:审批通过;auditing:审核中;untread:审核不通过; | ||
| ├─ subject | string | 非必须 | 商品标题,最多128个字符 | ||
| ├─ description | string | 非必须 | 商品详情描述,可包含图片中心的图片URL | ||
| ├─ periodOfValidity | number | 非必须 | 信息有效期,按天计算,国际站无此信息 | ||
| ├─ bizType | number | 非必须 | 业务类型。1:商品,2:加工,3:代理,4:合作,5:商务服务。国际站按默认商品。 | ||
| ├─ pictureAuth | boolean | 非必须 | 是否图片私密信息,国际站此字段无效 | ||
| ├─ image | object | 非必须 | 商品主图 | ||
| ├─ images | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ skuInfos | object [] | 非必须 | sku信息 | item 类型: object | |
| ├─ attributes | object [] | 必须 | item 类型: object | ||
| ├─ attributeID | number | 必须 | |||
| ├─ attributeValue | string | 必须 | |||
| ├─ skuImageUrl | string | 必须 | |||
| ├─ attributeDisplayName | string | 必须 | |||
| ├─ cargoNumber | string | 必须 | |||
| ├─ amountOnSale | number | 必须 | |||
| ├─ price | number | 必须 | |||
| ├─ skuCode | string | 必须 | |||
| ├─ skuId | number | 必须 | |||
| ├─ specId | string | 必须 | |||
| ├─ consignPrice | number | 必须 | |||
| ├─ saleInfo | object | 非必须 | 商品销售信息 | ||
| ├─ supportOnlineTrade | boolean | 非必须 | |||
| ├─ mixWholeSale | boolean | 非必须 | |||
| ├─ saleType | string | 非必须 | |||
| ├─ priceAuth | boolean | 非必须 | |||
| ├─ priceRanges | object [] | 非必须 | item 类型: object | ||
| ├─ startQuantity | number | 非必须 | |||
| ├─ price | number | 非必须 | |||
| ├─ amountOnSale | number | 非必须 | |||
| ├─ unit | string | 非必须 | |||
| ├─ minOrderQuantity | number | 非必须 | |||
| ├─ quoteType | number | 非必须 | |||
| ├─ shippingInfo | object | 非必须 | 商品物流信息 | ||
| ├─ unitWeight | number | 非必须 | |||
| ├─ freightTemplateID | number | 非必须 | |||
| ├─ suttleWeight | number | 非必须 | |||
| ├─ sendGoodsAddressText | string | 非必须 | |||
| ├─ sendGoodsAddressId | number | 非必须 | |||
| ├─ extendInfos | object [] | 非必须 | 商品扩展信息 | item 类型: object | |
| ├─ value | string | 必须 | |||
| ├─ key | string | 必须 | |||
| ├─ supplierUserId | string | 非必须 | 供应商用户ID | ||
| ├─ supplierLoginId | string | 非必须 | 供应商loginId | ||
| ├─ categoryName | string | 非必须 | 类目名 | ||
| ├─ mainVedio | string | 非必须 | 主图视频播放地址 | ||
| ├─ crossBorderOffer | boolean | 非必须 | 是否海外代发 | ||
| ├─ referencePrice | string | 非必须 | 参考价格,返回价格区间,可能为空 | ||
| ├─ createTime | string | 非必须 | 创建时间 | ||
| ├─ lastUpdateTime | string | 非必须 | 获取用户最后一次修改商品信息的时间 | ||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | 您的appkey | ||
| ├─ user_subscribe | string | 非必须 | |||
| ├─ count | number | 非必须 | 您接口调用次数 | ||
| msg | string | 非必须 |
Path: /api.php?path=pinduoduo_goods_search
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| keyword | 是 | 可支持goods_id、拼多多链接 关键词搜索 | |
| cat_id | 是 | 商品类目ID | |
| list_id | 是 | 翻页时建议填写前页返回的list_id值 | |
| page | 是 | 商品分页数 | |
| page_size | 是 | 每页商品数量 默认100 | |
| opt_id | 是 | 商品标签类目ID | |
| block_cat_packages | 是 | 屏蔽商品类目包:1-拼多多小程序屏蔽的类目&关键词;2-虚拟类目;3-医疗器械;4-处方药;5-非处方药 | |
| sort_type | 是 | 排序方式:0-综合排序;2-按佣金比例降序;3-按价格升序;4-按价格降序;6-按销量降序;9-券后价升序排序;10-券后价降序排序;16-店铺描述评分降序 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ dataarray | object [] | 非必须 | item 类型: object | ||
| ├─ coupon_remain_quantity | number | 非必须 | 优惠券剩余数量 | ||
| ├─ service_tags | number [] | 非必须 | 服务标签: 4-送货入户并安装,5-送货入户,6-电子发票,9-坏果包赔,11-闪电退款,12-24小时发货,13-48小时发货,17-顺丰包邮,18-只换不修,19-全国联保,20-分期付款,24-极速退款,25-品质保障,26-缺重包退,27-当日发货,28-可定制化,29-预约配送,1000001-正品发票,1000002-送货入户并安装 | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ mall_id | number | 非必须 | 店铺id | ||
| ├─ mall_name | string | 非必须 | 店铺名字 | ||
| ├─ mall_coupon_end_time | number | 非必须 | 店铺券结束使用时间 | ||
| ├─ lgst_txt | string | 非必须 | 物流分 | ||
| ├─ goods_name | string | 非必须 | 商品名称 | ||
| ├─ goods_id | number | 非必须 | |||
| ├─ goods_desc | string | 非必须 | 商品描述 | ||
| ├─ opt_name | string | 非必须 | 商品标签名 | ||
| ├─ opt_ids | number [] | 非必须 | 商品标签id | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ goods_image_url | string | 非必须 | 商品主图 | ||
| ├─ has_mall_coupon | boolean | 非必须 | 是否有店铺券 | ||
| ├─ unified_tags | string [] | 非必须 | 优惠标签列表 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ coupon_start_time | number | 非必须 | 优惠券生效时间,UNIX时间戳 | ||
| ├─ min_group_price | number | 非必须 | 最小拼团价(单位为分) | ||
| ├─ coupon_discount | number | 非必须 | 优惠券面额,单位为分 | ||
| ├─ coupon_end_time | number | 非必须 | 优惠券失效时间,UNIX时间戳 | ||
| ├─ zs_duo_id | number | 非必须 | 招商团长id,仅短链场景使用 | ||
| ├─ mall_coupon_remain_quantity | number | 非必须 | 店铺券余量 | ||
| ├─ plan_type | number | 非必须 | 推广计划类型 3:定向 4:招商 | ||
| ├─ cat_ids | number [] | 非必须 | 商品类目id | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ coupon_min_order_amount | number | 非必须 | 优惠券门槛价格,单位为分 | ||
| ├─ mall_coupon_discount_pct | number | 非必须 | 店铺券折扣 | ||
| ├─ activity_type | number | 非必须 | 活动类型,0-无活动;1-秒杀;3-限量折扣;12-限时折扣;13-大促活动;14-名品折扣;15-品牌清仓;16-食品超市;17-一元幸运团;18-爱逛街;19-时尚穿搭;20-男人帮;21-9块9;22-竞价活动;23-榜单活动;24-幸运半价购;25-定金预售;26-幸运人气购;27-特色主题活动;28-断码清仓;29-一元话费;30-电器城;31-每日好店;32-品牌卡;101-大促搜索池;102-大促品类分会场; | ||
| ├─ coupon_total_quantity | number | 非必须 | 优惠券总数量 | ||
| ├─ mall_coupon_min_order_amount | number | 非必须 | 最小使用金额 | ||
| ├─ merchant_type | number | 非必须 | 店铺类型,1-个人,2-企业,3-旗舰店,4-专卖店,5-专营店,6-普通店 | ||
| ├─ sales_tip | string | 非必须 | 已售卖件数 | ||
| ├─ only_scene_auth | boolean | 非必须 | 快手专享 | ||
| ├─ desc_txt | string | 非必须 | 描述分 | ||
| ├─ mall_coupon_id | number | 非必须 | 店铺券id | ||
| ├─ goods_thumbnail_url | string | 非必须 | 商品缩略图 | ||
| ├─ opt_id | number | 非必须 | 商品标签ID | ||
| ├─ search_id | string | 非必须 | 搜索id,建议生成推广链接时候填写,提高收益 | ||
| ├─ activity_tags | number [] | 非必须 | 活动商品标记数组,例:[4,7],4-秒杀,7-百亿补贴,31-品牌黑标,10564-精选爆品-官方直推爆款,10584-精选爆品-团长推荐,24-品牌高佣,20-行业精选,21-金牌商家,10044-潜力爆品,10475-爆品上新,其他的值请忽略 | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ has_coupon | boolean | 非必须 | 商品是否有优惠券 true-有,false-没有 | ||
| ├─ min_normal_price | number | 非必须 | 最小单买价格(单位为分) | ||
| ├─ mall_coupon_start_time | number | 非必须 | 店铺券开始使用时间 | ||
| ├─ serv_txt | string | 非必须 | 服务分 | ||
| ├─ mall_coupon_total_quantity | number | 非必须 | 店铺券总量 | ||
| ├─ mall_coupon_max_discount_amount | number | 非必须 | 最大使用金额 | ||
| ├─ mall_cps | number | 非必须 | 该商品所在店铺是否参与全店推广,0:否,1:是 | ||
| ├─ goods_sign | string | 非必须 | 商品goodsSign,支持通过goodsSign查询商品。goodsSign是加密后的goodsId, goodsId已下线,请使用goodsSign来替代 | ||
| ├─ clt_cpn_end_time | number | 非必须 | 店铺收藏券截止时间 | ||
| ├─ clt_cpn_min_amt | number | 非必须 | 店铺收藏券使用门槛价格,单位为分 | ||
| ├─ clt_cpn_remain_quantity | number | 非必须 | 店铺收藏券剩余量 | ||
| ├─ clt_cpn_batch_sn | string | 非必须 | 店铺收藏券id | ||
| ├─ clt_cpn_discount | number | 非必须 | 店铺收藏券面额,单位为分 | ||
| ├─ clt_cpn_quantity | number | 非必须 | 店铺收藏券总量 | ||
| ├─ clt_cpn_start_time | number | 非必须 | 店铺收藏券起始时间 | ||
| ├─ total | number | 非必须 | |||
| ├─ request_id | string | 非必须 | |||
| ├─ search_id | string | 非必须 | |||
| ├─ list_id | string | 非必须 | |||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| ├─ count | number | 非必须 | |||
| msg | string | 非必须 |
Path: /api.php?path=pinduoduo_getgoodurl
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| goods_sign | 是 | 商品唯一值根据列表页数据获取过来的 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ goods_zs_unit_generate_response | object | 非必须 | |||
| ├─ multi_group_mobile_short_url | string | 非必须 | |||
| ├─ multi_group_url | string | 非必须 | |||
| ├─ mobile_url | string | 非必须 | |||
| ├─ multi_group_short_url | string | 非必须 | |||
| ├─ mobile_short_url | string | 非必须 | |||
| ├─ multi_group_mobile_url | string | 非必须 | |||
| ├─ request_id | string | 非必须 | |||
| ├─ url | string | 非必须 | |||
| ├─ short_url | string | 非必须 | |||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| ├─ count | number | 非必须 | |||
| msg | string | 非必须 |
Path: /api.php?path=pinduoduo_goods_detail
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| custom_parameters | 是 | 自定义参数 | |
| goods_sign | 是 | 商品goodsSign 列表页获取过来的 | |
| search_id | 是 | 搜索id |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ value | object [] | 非必须 | item 类型: object | ||
| ├─ mall_coupon_remain_quantity | number | 非必须 | 店铺券余量 | ||
| ├─ plan_type | number | 非必须 | 推广计划类型 | ||
| ├─ coupon_remain_quantity | number | 非必须 | 优惠券剩余数量 | ||
| ├─ cat_ids | number [] | 非必须 | 商品一~四级类目ID列表 | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ coupon_min_order_amount | number | 非必须 | 优惠券门槛金额,单位为分 | ||
| ├─ service_tags | number [] | 非必须 | 服务标签: 4-送货入户并安装,5-送货入户,6-电子发票,9-坏果包赔,11-闪电退款,12-24小时发货,13-48小时发货,17-顺丰包邮,18-只换不修,1可定制化,29-预约配送,1000001-正品发票,1000002-送货入户并安装 | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ mall_coupon_discount_pct | number | 非必须 | 店铺折扣 | ||
| ├─ mall_id | number | 非必须 | 商家id | ||
| ├─ mall_name | string | 非必须 | 店铺名称 | ||
| ├─ coupon_total_quantity | number | 非必须 | 优惠券总数量 | ||
| ├─ mall_coupon_end_time | number | 非必须 | 店铺券使用结束时间 | ||
| ├─ mall_coupon_min_order_amount | number | 非必须 | 最小使用金额 | ||
| ├─ merchant_type | number | 非必须 | 店铺类型,1-个人,2-企业,3-旗舰店,4-专卖店,5-专营店,6-普通店(未传为全部) | ||
| ├─ lgst_txt | string | 非必须 | 物流分 | ||
| ├─ goods_name | string | 非必须 | 参与多多进宝的商品标题 | ||
| ├─ sales_tip | string | 非必须 | 已售卖件数 | ||
| ├─ only_scene_auth | boolean | 非必须 | 快手专享 | ||
| ├─ goods_gallery_urls | string [] | 非必须 | 商品轮播图 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ desc_txt | string | 非必须 | 描述分 | ||
| ├─ goods_desc | string | 非必须 | 参与多多进宝的商品描述 | ||
| ├─ opt_name | string | 非必须 | 商品标签名称 | ||
| ├─ goods_thumbnail_url | string | 非必须 | 商品缩略图 | ||
| ├─ opt_ids | number [] | 非必须 | 商品标签ID | item 类型: number | |
| ├─ | 非必须 | ||||
| ├─ opt_id | number | 非必须 | 商品标签ID,使用pdd.goods.opt.get接口获取 | ||
| ├─ goods_image_url | string | 非必须 | 多多进宝商品主图 | ||
| ├─ mall_img_url | string | 非必须 | 店铺logo图 | ||
| ├─ has_mall_coupon | boolean | 非必须 | 是否有店铺券 | ||
| ├─ has_coupon | boolean | 非必须 | 商品是否有优惠券 true-有,false-没有 | ||
| ├─ min_normal_price | number | 非必须 | 最低价sku的单买价,单位为分 | ||
| ├─ mall_coupon_start_time | number | 非必须 | 店铺券使用开始时间 | ||
| ├─ serv_txt | string | 非必须 | 服务分 | ||
| ├─ unified_tags | string [] | 非必须 | 优惠标签列表 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ video_urls | string [] | 非必须 | 商品视频url | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ mall_coupon_total_quantity | number | 非必须 | 店铺券总量 | ||
| ├─ mall_coupon_max_discount_amount | number | 非必须 | 最大使用金额 | ||
| ├─ coupon_start_time | number | 非必须 | 优惠券生效时间,UNIX时间戳 | ||
| ├─ min_group_price | number | 非必须 | 最低价sku的拼团价,单位为分 | ||
| ├─ mall_cps | number | 非必须 | 该商品所在店铺是否参与全店推广,0:否,1:是 | ||
| ├─ coupon_discount | number | 非必须 | 优惠券面额,单位为分 | ||
| ├─ goods_sign | string | 非必须 | 商品goodsSign,支持通过goodsSign查询商品。goodsSign是加密后的goodsId, goodsId已下线,请使用goodsSign来替代。 | ||
| ├─ coupon_end_time | number | 非必须 | 优惠券失效时间,UNIX时间戳 | ||
| ├─ zs_duo_id | number | 非必须 | 招商团长id | ||
| ├─ product_link | object | 非必须 | 商品链接 | ||
| ├─ multi_group_mobile_short_url | string | 非必须 | |||
| ├─ multi_group_url | string | 非必须 | |||
| ├─ mobile_url | string | 非必须 | |||
| ├─ multi_group_short_url | string | 非必须 | |||
| ├─ mobile_short_url | string | 非必须 | |||
| ├─ multi_group_mobile_url | string | 非必须 | |||
| ├─ request_id | string | 非必须 | |||
| ├─ url | string | 非必须 | |||
| ├─ short_url | string | 非必须 | |||
| ├─ request_id | string | 非必须 | |||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| ├─ count | number | 非必须 | |||
| msg | string | 非必须 |
Path: /api.php?path=pinduoduo_goods_fanli
Method: GET
接口描述:
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| url | 是 | https://mobile.yangkeduo.com/duo_coupon_landing.html?goods_id=5713798157&pid=8158198_192927676&goods_sign=c972oz7fWplAS9GBwfDZTLvYK14I_J79dwbUi5&cpsSign=CC_210305_8158198_192927676_f04aa00adad808459d2116cb1a9798b9&duoduo_type=3&refer_page_name=app&refer_page_id=10784_1614917408058_i0tx04hfg9&refer_page_sn=10784 | 拼多多商品链接 |
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | number | 非必须 | |||
| data | object | 非必须 | |||
| ├─ goods_zs_unit_generate_response | object | 非必须 | |||
| ├─ multi_group_mobile_short_url | string | 非必须 | |||
| ├─ multi_group_url | string | 非必须 | |||
| ├─ mobile_url | string | 非必须 | |||
| ├─ multi_group_short_url | string | 非必须 | |||
| ├─ mobile_short_url | string | 非必须 | |||
| ├─ multi_group_mobile_url | string | 非必须 | |||
| ├─ request_id | string | 非必须 | |||
| ├─ url | string | 非必须 | |||
| ├─ short_url | string | 非必须 | |||
| sysinfo_show | object | 非必须 | |||
| ├─ key | string | 非必须 | |||
| ├─ count | number | 非必须 | |||
| msg | string | 非必须 |