文档中心 > API类目 > 盒马接力go对接API

qimen.alibaba.wdk.vertical.nb.station.single.sync (盒马NB业务基础资料增量同步)

盒马NB业务基础资料增量同步渠道侧

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
channelShopInfoRequest ChannelShopInfoRequest [] 必须
  • 最大列表长度:999999
  • 入参
    • stationList
    • StationList []
    • 必须
    • 自提店信息
    • └ area
    • String
    • 必须
    • 丰台区
    • └ stationCode
    • String
    • 必须
    • a
    • 自提店编码
    • └ address
    • String
    • 必须
    • 北京市丰台区南四环中路235号
    • 详细地址
    • └ city
    • String
    • 必须
    • 北京市
    • 城市
    • └ area_code
    • String
    • 可选
    • 110106
    • 区编码
    • └ city_code
    • String
    • 可选
    • 110100
    • 城市编码
    • └ stationName
    • String
    • 必须
    • 北京a自提店
    • 自提点名称
    • └ operationType
    • String
    • 必须
    • UPDATE
    • 操作类型
    • └ phoneList
    • String []
    • 可选
    • 联系方式
    • └ position
    • String
    • 必须
    • 116.363416,39.834259
    • 经纬度
    • └ prov_code
    • String
    • 可选
    • 110000
    • 省编码
    • └ prov
    • String
    • 必须
    • 北京
    • └ imageUrl
    • String
    • 可选
    • https://
    • 自提店图片
    • └ stationSource
    • String
    • 可选
    • NB
    • 自提点来源(NB/O2O)
    • └ channelShopId
    • String
    • 必须
    • 571150193
    • 渠道店ID
    • └ channelShopName
    • String
    • 必须
    • NB自提北京
    • 渠道店名称

    响应参数

    名称 类型 示例值 描述
    success Boolean false 是否成功
    errorMessage String 参数校验失败 错误信息
    errorCode String 10001 错误编码

    请求示例

    {"channelShopInfoRequest":[{"stationList":[{"area":"丰台区","stationCode":"a","address":"北京市丰台区南四环中路235号","city":"北京市","area_code":"110106","city_code":"110100","phoneList":[""],"prov_code":"110000","stationSource":"NB","imageUrl":"https://","stationName":"北京a自提店","operationType":"UPDATE","position":"116.363416,39.834259","prov":"北京"}],"channelShopId":"571150193","channelShopName":"NB自提北京"}]}

    响应示例

    {
        "success":false,
        "errorMessage":"参数校验失败",
        "errorCode":"10001"
    }

    验签示例

    {"success":"false","errorMessage":"Illegal request","errorCode":"sign-check-failure"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部