PandaPon OpenAPI
产品文档API参考
中文简体
  • English
  • Tiếng Việt
  • Español
产品文档API参考
中文简体
  • English
  • Tiếng Việt
  • Español
返回PandaPon官网
  1. 商品
  • 淘宝
    • 商品
      • 淘宝商品图片搜索接口
      • 淘宝商品搜索接口
      • 根据淘宝商品id批量查询商品
      • 根据淘宝商品id查询商品
      • 淘宝商品查询
    • 订单
      • 创建订单
      • 分页查询订单列表
      • 上传支付凭证
      • 取消订单
      • 修改订单前置仓信息
      • 支付订单
      • 获取IM 链接
      • 根据订单ID获取订单详情
      • 获取物流详情
    • 售后
      • 逆向单列表查询
      • 逆向单渲染接口
      • 退货物流渲染
      • 退货物流提交
      • 逆向单撤销
      • 提交逆向单留言
      • 逆向单提交
      • 逆向单留言列表查询
      • 逆向单修改
      • 逆向单查询
    • 消息回调
      • 订单价格修改回调
      • 订单状态修改回调
      • 订单售后退款
    • 购物车
      • 创建订单
      • 生成订单预览
      • 购物车列表
      • 删除购物车商品
      • 新增购物车
      • 编辑商品数量
  • 1688
    • 商品
      • 商品详情查询
        POST
      • 转换解密为旺旺URL
        POST
      • 商品关键词查询
        POST
      • 商品图片搜索
        POST
      • 商品店搜
        POST
      • 根据类目ID查询多语言类目
        POST
      • 商品推荐查询
        POST
      • 相关性商品查询
        POST
    • 订单
      • 开发者批量提交支付1688订单
      • 创建订单前预览数据(批量不同商家)
      • 创建订单(不同商家)
      • 获取订单的物流跟踪信息
      • 订单列表分页查询
      • 创建订单前预览数据
      • 创建订单
      • 支付前取消订单
      • 订单支付
      • 买家确认收货
    • 售后
      • 查询售后单详情
      • 查询退款退货原因(用于创建退款退货)
      • 上传退款退货凭证
      • 创建退款退货申请
      • 买家提交退款货信息
      • 物流公司列表-所有的物流公司
    • 消息回调
      • 订单价格修改回调
      • 订单状态修改接口
      • 1688订单售后退款
    • 购物车
      • 创建订单
      • 删除购物车商品
      • 创建订单前预览数据接口
      • 编辑商品数量
      • 新增购物车
      • 购物车列表
    • 营销
      • 全球严选
      • 1688严选
      • 热销榜单
  • 基础
    • 获取用户地址信息
      POST
    • 地址新增与更新
      POST
  • 仓库物流
    • 商详海外运费预估
      POST
    • 订单海外运费预览
      POST
    • 更新国内物流信息
      POST
    • 创建国际物流订单
      POST
  1. 商品

相关性商品查询

POST
/alibaba/product/productRelatedRecommendQuery

请求参数

Header 参数
access-key
string 
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
timestamp
string 
必需
默认值:
1715669977082
user-id
string 
必需
默认值:
2100007341207
signature
string 
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
offerId
integer 
必需
pageNo
integer 
必需
pageSize
integer 
必需
language
string 
必需
示例
{
    "offerId": 586572607302,
    "pageNo": 1,
    "pageSize": 10,
    "language": "en"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pandapon.com/alibaba/product/productRelatedRecommendQuery' \
--header 'access-key;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "offerId": 586572607302,
    "pageNo": 1,
    "pageSize": 10,
    "language": "en"
}'

返回响应

🟢200成功
application/json
Body
requestId
string 
必需
code
integer 
必需
developId
string 
必需
msg
string 
必需
data
array [object {11}] 
必需
imageUrl
string 
图片链接
必需
subject
string 
中文标题
必需
subjectTrans
string 
译文标题
必需
priceInfo
object 
价格
必需
offerId
integer 
商品ID
必需
monthSold
null 
最近90天销售件数
必需
sellerIdentities
array[string]
商家标
必需
offerIdentities
array[string]
商品标
必需
topCategoryId
integer 
一级类目ID
必需
secondCategoryId
integer 
二级类目ID
必需
thirdCategoryId
integer 
三级类目ID
必需
示例
{
    "requestId": "686f9b550acd44218769115c9ef0519d",
    "code": 200,
    "developId": "1110890638347337996",
    "msg": "成功",
    "data": [
        {
            "imageUrl": "https://cbu01.alicdn.com/img/ibank/2017/063/103/4250301360_1722873813.jpg",
            "subject": "批发荧光笔可爱药丸造型6色迷你学生标记笔儿童彩色涂鸦彩笔",
            "subjectTrans": "Wholesale highlighter cute pill shape 6 color mini student marker children color graffiti color pen",
            "priceInfo": {
                "price": "3.1"
            },
            "offerId": 551815015124,
            "isJxhy": null,
            "isOnePsale": null,
            "monthSold": null,
            "sellerIdentities": [],
            "offerIdentities": [],
            "topCategoryId": 67,
            "secondCategoryId": 81,
            "thirdCategoryId": 1033108
        },
        {
            "imageUrl": "https://cbu01.alicdn.com/img/ibank/11546703088_1021617788.jpg",
            "subject": "6支6色装胶囊荧光笔迷你调皮药丸笔彩色画重点笔标记笔涂鸦笔彩笔",
            "subjectTrans": "6 PCs 6-color capsule highlighter mini naughty pill pen color painting key pen marking pen graffiti pen color pen",
            "priceInfo": {
                "price": "3.1"
            },
            "offerId": 549441106462,
            "isJxhy": null,
            "isOnePsale": null,
            "monthSold": null,
            "sellerIdentities": [
                "powerful_merchants"
            ],
            "offerIdentities": [],
            "topCategoryId": 67,
            "secondCategoryId": 81,
            "thirdCategoryId": 1033108
        },
        {
            "imageUrl": "https://cbu01.alicdn.com/img/ibank/2019/519/790/11225097915_814235775.jpg",
            "subject": "学子可爱迷你调皮小丸子荧光笔 6色药丸胶囊款荧光笔 彩色笔",
            "subjectTrans": "Student cute mini naughty balls highlighter 6-color pill capsule highlighter color pen",
            "priceInfo": {
                "price": "3.0"
            },
            "offerId": 596340944030,
            "isJxhy": null,
            "isOnePsale": null,
            "monthSold": null,
            "sellerIdentities": [],
            "offerIdentities": [],
            "topCategoryId": 67,
            "secondCategoryId": 81,
            "thirdCategoryId": 1033108
        },
        {
            "imageUrl": "https://cbu01.alicdn.com/img/ibank/2020/073/234/17354432370_1134146374.jpg",
            "subject": "亚马逊热销款学子701荧光笔韩国创意迷你调皮可爱药丸固态荧光笔",
            "subjectTrans": "Amazon Hot Student 701 Highlighter Korean Creative Mini Naughty Cute Pill Solid State Highlighter",
            "priceInfo": {
                "price": "2.83"
            },
            "offerId": 621634634872,
            "isJxhy": null,
            "isOnePsale": null,
            "monthSold": null,
            "sellerIdentities": [],
            "offerIdentities": [],
            "topCategoryId": 67,
            "secondCategoryId": 81,
            "thirdCategoryId": 1033108
        }
    ]
}
上一页
商品推荐查询
下一页
开发者批量提交支付1688订单
Built with