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. 商品管理

[第三方]获取选品库商品列表

POST
http://118.178.236.220:8001/scmp_goods/third/goods/selectionStorehouse/getGoodsList

请求参数

Header 参数

Body 参数application/json

示例
{
    "pageNum": 0,
    "pageSize": 0,
    "categoryId": 0,
    "keywords": "string",
    "selectGroupId": 0,
    "brandIdList": [
        0
    ],
    "channelMinPrice": 0,
    "channelMaxPrice": 0,
    "minProfitRate": 0,
    "maxProfitRate": 0,
    "isFreeShipping": 0,
    "sortConditions": 0,
    "sortWay": 0
}

请求示例代码

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/selectionStorehouse/getGoodsList' \
--header 'Signature-Type: MD5withRSA' \
--header 'Timestamp;' \
--header 'Signature-Data;' \
--header 'businessId;' \
--header 'Content-Type: application/json' \
--data '{
    "pageNum": 0,
    "pageSize": 0,
    "categoryId": 0,
    "keywords": "string",
    "selectGroupId": 0,
    "brandIdList": [
        0
    ],
    "channelMinPrice": 0,
    "channelMaxPrice": 0,
    "minProfitRate": 0,
    "maxProfitRate": 0,
    "isFreeShipping": 0,
    "sortConditions": 0,
    "sortWay": 0
}'

返回响应

🟢200
application/json
Bodyapplication/json

示例
{
  "flag": false,
  "code": 0,
  "message": "",
  "data": {
    "pageNum": 0,
    "pageSize": 0,
    "size": 0,
    "startRow": 0,
    "endRow": 0,
    "total": 0,
    "pages": 0,
    "list": [
      {
        "id": 0,
        "name": "",
        "subTitle": "",
        "mainImage": "",
        "carouselImageList": [
          ""
        ],
        "detailImageList": [
          ""
        ],
        "video": "",
        "status": 0,
        "levelOneCategoryId": 0,
        "levelOneCategoryName": "",
        "levelTwoCategoryIdList": [
          0
        ],
        "levelTwoCategoryName": "",
        "brandId": 0,
        "brandName": "",
        "specItem": "",
        "totalSales": 0,
        "skus": [
          {
            "id": 0,
            "goodsId": 0,
            "skuCode": "",
            "image": "",
            "channelPrice": 0.0,
            "channelProfitRate": 0.0,
            "stock": 0,
            "salesVolume": 0,
            "msrp": 0.0,
            "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": ""
      }
    ],
    "prePage": 0,
    "nextPage": 0,
    "isFirstPage": false,
    "isLastPage": false,
    "hasPreviousPage": false,
    "hasNextPage": false,
    "navigatePages": 0,
    "navigatepageNums": [
      0
    ],
    "navigateFirstPage": 0,
    "navigateLastPage": 0
  }
}
修改于 2026-06-10 01:10:46
上一页
上传售后凭证(图片)
下一页
[第三方]选品库移除商品
Built with