API接口目录

电商能力输出业务

商品API
商品API
价格API
订单API
营销API
基础数据API
物流API
促销API
同城帮定制API
优惠券定制业务API
会员API
客服沟通咨询API
三方库存API
账单API
异常码自查工具
suning.online.caronegetcoupon.query 批量查询免费领券接口
¥免费

批量查询购物车中哪些商品有哪些券可以领取,哪些商品适用哪些券

公共参数
请求参数
名称 类型 是否必须 示例值 描述
memberIdStringY9511588会员编号
channelIdStringY02操作渠道 (01:PC 02:APP 03:WAP)
cityStringY南京市城市名称
productListStringN
productIdStringY000000000160342025商品编码
businessSignStringY0业务标识(0:普通商品 1:海外购)
shopCodeStringN12345678 店铺编码,C店商品时必填
supplierCodeStringN1234567890 供应商编码,C店商品时必填
marketingActivityTypeStringY0营销活动类型(0:普通商品;4-1:大聚惠;4-9:限时促销;4-12:掌上抢;14:促销价;15:大促价;19:电商输出专享价)
响应参数
名称 类型 示例值 描述
activityListString
activityIdString201812140004056144活动编码
activitySecretKeyStringmCpNamF3KSgZbThhJ6XQIfYP活动秘钥
supplierCodeString0000000000供应商编码
couponTypeString10005券类型(10001:云券 10002:限品类云券 10004:易券 10005:限品类易券 10009:无敌券)
terminalTypeString01_1001活动终端(若多个终端,则下划线拼接如:01_1001; 01:PC、 02:APP、 03:WAP、1001、1002、1003、1004、1005、1006)
couponValueString30.00券面值
couponPromotionLabelString满99用30券规则优惠说明
couponRuleIdString1201812140002046660券使用规则编码
couponRuleTimeTypeString1券规则时间类型(1:固定时间 2:动态时间)
startTimeString2018-12-20 00:00:00券规则开始时间(格式YYYY-MM-dd hh24:mi:ss)
endTimeString2018-12-19 23:59:59券规则结束时间(格式YYYY-MM-dd hh24:mi:ss)
couponShowTypeString1券标识类型(1.金额券 2,打折券)
dynamicTimeString0动态时间
dynamicDistanceTimeDelayString0延迟生效天数
businessSignString0业务标识(0:普通商品 1:海外购 2:特卖 3:拼购 4:香港购 5:导购APP 6:延保)
productListString
storeIdString12345670店铺编码
productIdString000000010540008474商品编码
couponRulesRewardsString
levelIdString1奖励层级ID
baseAddUpTypeString2基数累计方式(0:无 1:固定值 2:每 3:满)
bounsLimitString99.00基数数值(满99用30的99)
baseQuantifierTypeString1基数量词类型(1:金额: 2:人数 3:件数 4:概率 5 : 类目类型)
bounsAmountString30.00奖励数值
rewardQuantifierTypeString1奖励量词类型(1:金额: 2:人数 3:件数 4:概率 5:折扣 6、外围系统指定 8、定价)
singleMaxRewardAmountString50.00单次奖励最大值(最多减免Y元的Y)
preferentialDistinctString满99用30奖励优惠说明
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <queryCaronegetcoupon>
      <city>南京市</city>
      <channelId>02</channelId>
      <productList>
        <shopCode>12345678</shopCode>
        <marketingActivityType>0</marketingActivityType>
        <productId>000000000160342025</productId>
        <businessSign>0</businessSign>
        <supplierCode>1234567890</supplierCode>
      </productList>
      <memberId>9511588</memberId>
    </queryCaronegetcoupon>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "queryCaronegetcoupon": {
        "city": "南京市",
        "channelId": "02",
        "productList": [
          {
            "shopCode": "12345678",
            "marketingActivityType": "0",
            "productId": "000000000160342025",
            "businessSign": "0",
            "supplierCode": "1234567890"
          }
        ],
        "memberId": "9511588"
      }
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <queryCaronegetcoupon>
      <activityList>
        <activitySecretKey>mCpNamF3KSgZbThhJ6XQIfYP</activitySecretKey>
        <couponRuleId>1201812140002046660</couponRuleId>
        <couponShowType>1</couponShowType>
        <couponRulesRewards>
          <bounsLimit>99.00</bounsLimit>
          <preferentialDistinct>满99用30</preferentialDistinct>
          <singleMaxRewardAmount>50.00</singleMaxRewardAmount>
          <baseAddUpType>2</baseAddUpType>
          <rewardQuantifierType>1</rewardQuantifierType>
          <baseQuantifierType>1</baseQuantifierType>
          <levelId>1</levelId>
          <bounsAmount>30.00</bounsAmount>
        </couponRulesRewards>
        <couponRuleTimeType>1</couponRuleTimeType>
        <supplierCode>0000000000</supplierCode>
        <couponValue>30.00</couponValue>
        <terminalType>01_1001</terminalType>
        <activityId>201812140004056144</activityId>
        <dynamicDistanceTimeDelay>0</dynamicDistanceTimeDelay>
        <couponPromotionLabel>满99用30</couponPromotionLabel>
        <couponType>10005</couponType>
        <dynamicTime>0</dynamicTime>
        <startTime>2018-12-20 00:00:00</startTime>
        <businessSign>0</businessSign>
        <endTime>2018-12-19 23:59:59</endTime>
        <productList>
          <productId>000000010540008474</productId>
          <storeId>12345670</storeId>
        </productList>
      </activityList>
    </queryCaronegetcoupon>
  </sn_body>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_body": {
      "queryCaronegetcoupon": {
        "activityList": [
          {
            "activitySecretKey": "mCpNamF3KSgZbThhJ6XQIfYP",
            "couponRuleId": "1201812140002046660",
            "couponShowType": "1",
            "couponRulesRewards": [
              {
                "bounsLimit": "99.00",
                "preferentialDistinct": "满99用30",
                "singleMaxRewardAmount": "50.00",
                "baseAddUpType": "2",
                "rewardQuantifierType": "1",
                "baseQuantifierType": "1",
                "levelId": "1",
                "bounsAmount": "30.00"
              }
            ],
            "couponRuleTimeType": "1",
            "supplierCode": "0000000000",
            "couponValue": "30.00",
            "terminalType": "01_1001",
            "activityId": "201812140004056144",
            "dynamicDistanceTimeDelay": "0",
            "couponPromotionLabel": "满99用30",
            "couponType": "10005",
            "dynamicTime": "0",
            "startTime": "2018-12-20 00:00:00",
            "businessSign": "0",
            "endTime": "2018-12-19 23:59:59",
            "productList": [
              {
                "productId": "000000010540008474",
                "storeId": "12345670"
              }
            ]
          }
        ]
      }
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.online.querycaronegetcoupon.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.online.querycaronegetcoupon.enumeration-error:* 参数的可选值错误 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.pangu 服务不可用 请联系苏宁技术人员
biz.online.querycaronegetcoupon.invalid-biz:100 json转换异常 请检查入参格式是否正确
biz.online.querycaronegetcoupon.invalid-biz:101 平台账号无效 请检查平台账号是否正确
biz.online.querycaronegetcoupon.invalid-biz:102 会员编码转换异常,会员编码:XX 请检查会员编码是否正确
biz.online.querycaronegetcoupon.invalid-biz:103 商品不在选品池,商品编码:XX 请联系苏宁业务人员
biz.online.querycaronegetcoupon.invalid-biz:104 城市编码转化失败:城市名称:XX 请检查城市名称是否正确
biz.online.querycaronegetcoupon.invalid-biz:105 接口异常:XX 请联系苏宁技术人员
biz.online.querycaronegetcoupon.invalid-biz:106 系统异常:XX 请联系苏宁技术人员
公共异常码
API工具
FAQ