获取指定业务的增值服务商品列表

更新时间:2026-07-16 06:39:30LLM 副本以 Markdown 格式查看下载 PDF

本文介绍获取指定业务的增值服务商品列表的 API。

接口描述

获取指定业务的增值服务商品列表

接口地址

POST: /v1.0/m/ecm/am/spu/list

请求参数

body 说明

参数名类型参数位置是否必填说明
inputStringbodytrueinput入参

请求示例

POST: POST:/v1.0/m/ecm/am/spu/list
{
  "input": {
    "bindingObjectCode": "tybuo***u53",
    "bindingObjectType": 1,
    "catalogCode": "NEW***TANT"
  }
}

返回示例

{
    "tid": "30e2848f**69c361098d",
    "result": [
        {
            "requiredCheckoutParams": [
            ],
            "siteCode": "CN",
            "skuList": [
            ],
            "mainPicture": "ecommerce/1761**9c3c0.jpg",
            "title": "**商品",
            "subTitle": "",
            "targetUrlType": 0,
            "commodityCode": "CM****nh",
            "mallCode": "Mcu0**ki2",
            "commodityUrl": "https://sell.***.com/details?commodityCode=CM****&paymentScopeCode=9**",
            "bindingTag": ""
        }
    ],
    "t": "17836**4682",
    "success": true
}

错误码

参考 错误码

错误码说明
MALL_NOT_FOUND商城不存在
INPUT_INVALID参数非法
PERMISSION_DENIED无权限