计费下单接口新增物品来源渠道

2020年04月22日

开放平台计费接口新增订单来源渠道参数

  • 应广大商户要求,方便配送员取件,闪送开放平台新增以下参数。

  • 计费入参新增orderingSourceType,orderingSourceNo两个参数,其中orderingSourceNo为第三方订单编号,orderingSourceType为渠道来源,目前支持闪送,支持美团,支持饿了么。此参数成对出现。orderingSourceType见接口文档附录。

  {
        "cityName": "北京市",
        "sender": {
        "fromAddress": "博彦科技大厦",
        "fromAddressDetail": "4层101",
        "fromSenderName": "小张",
        "fromMobile": "19000000001",
        "fromLatitude": "40.054759",
        "fromLongitude": "116.289086"
       },
       "receiverList": [{
            "orderNo": "C1119A000013053981",
            "toAddress": "望京",
            "toAddressDetail": "4楼",
            "toLatitude": "40.004532",
            "toLongitude": "116.475304",
            "toReceiverName": "朱师傅",
            "toMobile": "19000000000",
            "goodType": 1,
            "weight": 5,
            "remarks": "不要加蒜 取餐号:P10222菜品",
            "additionFee": 500,
            "insurance": 200,
            "insuranceProId": "SS_baofei_001",
              "orderingSourceType":3,
              "orderingSourceNo":"001"
        }],
        "appointType": 0,
        "appointmentDate": "",
        "storeId": 100294
      }
关键词: