1. 商品管理
供应链api文档
  • 公共信息
  • 消息说明
  • 订单管理
    • [第三方] 可售检测
      POST
    • [第三方] 下单商品支付
      POST
    • [第三方] 获取订单列表
      POST
    • [第三方] 获取订单详细
      GET
    • [第三方] 确认收货
      GET
    • [第三方] 获取快递公司列表
      GET
    • [第三方] 发货物流查询
      GET
    • [第三方]取消订单
      POST
  • 售后管理
    • [第三方] 售后前置校验
      POST
    • [第三方] 创建售后申请
      POST
    • [第三方] 售后列表查询
      POST
    • [第三方] 获取售后详情
      GET
    • [第三方] 撤销售后申请
      GET
    • [第三方] 商品退回
      POST
    • 上传售后凭证(图片)
      POST
  • 商品管理
    • [第三方]获取选品库商品列表
      POST
    • [第三方]选品库移除商品
      GET
    • [第三方]选品库添加商品
      GET
    • [第三方]获取全部商品列表
      POST
    • [第三方]获取选品分组列表
      GET
    • [第三方]获取商品分类
      POST
    • [第三方]批量获取商品详情
      GET
    • [第三方]获取商品详情
      GET
  • 消息
    • 交易成功
      POST
    • 订单取消
      POST
    • 确认发货
      POST
    • 确认收货
      POST
    • 售后同意
      POST
    • 售后拒绝
      POST
    • 售后退款
      POST
    • 商品上架
      POST
    • 商品下架
      POST
    • 商品修改
      POST
    • 商品库存变更
      POST
    • 选品库商品变更
      POST
  1. 商品管理

[第三方]批量获取商品详情

GET
http://118.178.236.220:8001/scmp_goods/third/goods/getBulkGoodsDetail

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'http://118.178.236.220:8001/scmp_goods/third/goods/getBulkGoodsDetail?goodsIds=undefined' \
--header 'Signature-Type: MD5withRSA' \
--header 'Timestamp;' \
--header 'Signature-Data;' \
--header 'businessId;'

返回响应

🟢200
application/json
Bodyapplication/json

示例
{
  "flag": false,
  "code": 0,
  "message": "",
  "data": [
    {
      "id": 0,
      "name": "",
      "subTitle": "",
      "mainImage": "",
      "carouselImageList": [
        ""
      ],
      "detailImageList": [
        ""
      ],
      "video": "",
      "status": 0,
      "levelOneCategoryId": 0,
      "levelOneCategoryName": "",
      "levelTwoCategoryIdList": [
        0
      ],
      "levelTwoCategoryName": "",
      "brandId": 0,
      "brandName": "",
      "specItem": "",
      "skus": [
        {
          "id": 0,
          "goodsId": 0,
          "skuCode": "",
          "image": "",
          "supplyPrice": 0.0,
          "channelPrice": 0.0,
          "profitRate": 0.0,
          "channelProfitRate": 0.0,
          "stock": 0,
          "stockWarning": 0,
          "salesVolume": 0,
          "msrp": 0.0,
          "externalSku": "",
          "specValueJson": ""
        }
      ],
      "plantGrassArticleList": [
        {
          "id": 0,
          "goodsId": 0,
          "officerId": 0,
          "officerNickname": "",
          "officerHead": "",
          "title": "",
          "video": "",
          "images": "",
          "imageList": [
            ""
          ],
          "content": "",
          "sort": 0,
          "createTime": ""
        }
      ],
      "expressTemplateId": 0,
      "expressTemplate": {
        "templateId": 0,
        "templateName": "",
        "freightList": [
          {
            "freightId": 0,
            "deliveryType": "",
            "regionList": [
              {
                "areaId": 0,
                "areaName": "",
                "level": 0
              }
            ],
            "firstItem": 0,
            "freight": 0.0,
            "additionalItem": 0,
            "additionalFreight": 0.0
          }
        ],
        "unreachableList": [
          {
            "unreachableId": 0,
            "deliveryType": "",
            "regionList": [
              {
                "areaId": 0,
                "areaName": "",
                "level": 0
              }
            ]
          }
        ]
      },
      "createTime": "",
      "updateTime": ""
    }
  ]
}
修改于 2026-06-10 09:27:50
上一页
[第三方]获取商品分类
下一页
[第三方]获取商品详情
Built with