文档中心 > API类目 > 淘宝小时达履约

qimen.alibaba.xsd.logistics.store.query (查询配送商门店信息)

查询配送商门店信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
stationId String 必须 Station001 配送商门店ID

响应参数

名称 类型 示例值 描述
success Boolean true 查询调用是否成功
code String SUCCESS 错误码
message String 调用成功 错误说明
data DeliveryStoreQueryResp 返回对象
  • └ stationId
  • String
  • Station001
  • 配送商门店ID
  • └ stationServiceStatus
  • String
  • SUCCESS
  • 配送商服务状态 SUCCESS = 配送站营业服务中 FAIL = 配送站未开通服务
  • └ stationName
  • String
  • 配送商门店名称
  • 配送商门店名称
  • └ stationAddress
  • String
  • xx省xx市xx区xx街道xx单元
  • 配送商门店名称
  • └ stationLat
  • String
  • 120.13
  • 门店纬度(高德坐标数据),格式如120.13
  • └ stationLng
  • String
  • 120.13
  • 配送商门店门店经度(高德坐标数据)
  • └ stationContactName
  • String
  • 张三
  • 配送商门店联系人
  • └ stationContactPhone
  • String
  • 13310101829
  • 门店联系电话
  • └ stationBeginTime
  • String
  • 08:00
  • 配送商门店营业开始时间(24小时制) 格式为:HH:mm
  • └ stationEndTime
  • String
  • 24:00
  • 配送商门店营业结束时间(24小时制) 格式为:HH:mm
  • └ categoryId
  • String
  • 16001
  • 门店类目ID
  • extraServiceList
  • DeliveryStoreExtraService []
  • 增值服务列表
  • └ extraServiceCode
  • String
  • INSURED
  • 增值服务编码
  • └ extraServiceName
  • String
  • 贵品保价
  • 增值服务名称

请求示例

{"stationId":"Station001"}

响应示例

{
    "success":true,
    "code":"SUCCESS",
    "message":"调用成功",
    "data":{
        "stationId":"Station001",
        "stationServiceStatus":"SUCCESS",
        "stationName":"配送商门店名称",
        "stationAddress":"xx省xx市xx区xx街道xx单元",
        "stationLat":"120.13",
        "stationLng":"120.13",
        "stationContactName":"张三",
        "stationContactPhone":"13310101829",
        "stationBeginTime":"08:00",
        "stationEndTime":"24:00",
        "categoryId":"16001",
        "extraServiceList":[
            {
                    "extraServiceCode":"INSURED",
                    "extraServiceName":"贵品保价"
            }
        ]
    }
}

验签示例

{"code":"sign-check-failure","success":"false","message":"Illegal request"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部