跨境方案开放API
  1. 跨境-商品管理
跨境方案开放API
  • 跨境-商品管理
    • 多语言关键词搜索
      POST
    • 多语言商品详情
      POST
    • 分类列表
      POST
  • 物流管理
    • 获取所有物流公司
      GET
  • 跨境-订单管理
    • 跨境-(创建订单前)订单预览
      POST
    • 跨境-订单确认收货
      POST
    • 跨境-创建订单
      POST
    • 订单-订单详情查询
      POST
    • 跨境-确认订单(支付)
      POST
    • 跨境-取消订单
      POST
  • 跨境-售后管理
    • 查询退款退货原因(用于创建退款退货)
      POST
    • 创建退款退货申请
      POST
  1. 跨境-商品管理

多语言商品详情

POST
/cross-border/product/productSearchQueryProductDetail

请求参数

Body 参数application/json

示例
{
    "sign": "string",
    "timeMillis": "string",
    "keyId": "string",
    "id": 0,
    "country": "string"
}

请求示例代码

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://buy.wanjingsc.com/openapi/cross-border/product/productSearchQueryProductDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sign": "string",
    "timeMillis": "string",
    "keyId": "string",
    "id": 0,
    "country": "string"
}'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "id": "string",
        "spuCode": "string",
        "subject": "string",
        "subjectTrans": "string",
        "sellPoint": "string",
        "description": "string",
        "categoryName": "string",
        "topCategoryId": "string",
        "secondCategoryId": "string",
        "thirdCategoryId": "string",
        "picUrls": [
            "string"
        ],
        "priceUp": 0,
        "priceDown": 0,
        "saleNum": 0,
        "createTime": "2019-08-24T14:15:22Z",
        "updateTime": "2019-08-24T14:15:22Z",
        "specType": "string",
        "freightTemplatId": "string",
        "videoUrl": "string",
        "brandName": "string",
        "skus": [
            {
                "id": "string",
                "skuCode": "string",
                "spuId": "string",
                "picUrl": "string",
                "salesPrice": 0,
                "marketPrice": 0,
                "stock": 0,
                "weight": 0,
                "volume": 0,
                "attributes": [
                    {
                        "specName": "string",
                        "specValueName": "string",
                        "attributeId": "string"
                    }
                ],
                "name": "string",
                "specId": "string"
            }
        ],
        "stock": 0,
        "attributeVos": [
            {
                "attributeId": "string",
                "attribute": "string",
                "attributeValue": "string",
                "spuId": "string",
                "shopId": "string"
            }
        ]
    },
    "ok": true
}
🟠400请求有误
🟠403禁止访问
🔴500服务器错误
修改于 2025-06-10 10:56:48
上一页
多语言关键词搜索
下一页
分类列表
Built with