文档中心 > API类目 > 新零售供应链API

qimen.alibaba.ascp.initiate.inquiry.notify (送货入户并安装询价下发)

送货入户并安装询价下发

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
request Request 必须 请求体
  • └ wdsCoordinationOrderId
  • String
  • 必须
  • BFC123456
  • 服务单号
  • └ serviceType
  • String
  • 必须
  • JZFB_AZ
  • 服务类型(存serviceCode)
  • └ priceType
  • String
  • 必须
  • BIDDING_MODE
  • 报价类型(一口价(BUY_IT_NOW)、竞价(BIDDING_MODE))
  • pickUpInfo
  • PickUpGoodsInfo
  • 可选
  • 提货信息,提货模式必填
  • └ arrival
  • String
  • 可选
  • 1
  • 是否到货 1:是,0:否
  • └ contactName
  • String
  • 可选
  • 张三
  • 提货联系人
  • └ contactPhone
  • String
  • 可选
  • 15005781234
  • 提货联系人电话
  • └ contactProvince
  • String
  • 可选
  • 浙江省
  • └ contactCity
  • String
  • 可选
  • 杭州市
  • └ contactArea
  • String
  • 可选
  • 余杭区
  • └ contactAddress
  • String
  • 可选
  • 浙江省杭州市余杭区五常街道001号
  • 详细地址
  • └ totalPackNum
  • String
  • 可选
  • 1
  • 总包件数
  • └ totalVolume
  • String
  • 可选
  • 1
  • 总体积
  • └ totalWeight
  • String
  • 可选
  • 1
  • 总重量
  • └ goodInfoFeature
  • String
  • 可选
  • {"a":"b"}
  • 提货信息扩展字段
  • itemsInfo
  • OmsItemInfo []
  • 可选
  • 商品信息,除维修模式必填
  • └ name
  • String
  • 可选
  • 柜子
  • 商品名称
  • └ type
  • String
  • 可选
  • A001
  • 商品型号
  • └ categoryCode
  • String
  • 可选
  • 50000001
  • 商品叶子类目id
  • └ quantity
  • String
  • 可选
  • 3
  • 商品数量
  • └ pictures
  • String
  • 可选
  • http://xxxxx,htpp://xxxx
  • 商品图片,多张用英文逗号隔开
  • └ itemInfoFeature
  • String
  • 可选
  • {"a":"b"}
  • 商品扩展字段
  • repairInfo
  • OmsRepairInfo []
  • 可选
  • 维修信息
  • └ categoryCode
  • String
  • 可选
  • 50000001
  • 商品叶子类目id
  • └ quantity
  • String
  • 可选
  • 3
  • 商品数量
  • └ pictures
  • String
  • 可选
  • http://xxxxx,htpp://xxxx
  • 商品图片,多张用英文逗号隔开
  • └ description
  • String
  • 可选
  • 维修描述...
  • 维修描述
  • └ repairInfoFeature
  • String
  • 可选
  • {"a":"b"}
  • 维修扩展字段
  • └ customerName
  • String
  • 必须
  • 张三
  • 客户姓名
  • └ customerPhone
  • String
  • 必须
  • 15005781234
  • 客户电话
  • └ customerProvince
  • String
  • 必须
  • 浙江省
  • └ customerCity
  • String
  • 必须
  • 杭州市
  • └ customerArea
  • String
  • 可选
  • 余杭区
  • └ customerAddress
  • String
  • 必须
  • 浙江省杭州市余杭区五常街道001号
  • 详细地址
  • └ orderName
  • String
  • 可选
  • 李四
  • 下单联系人
  • └ orderPhone
  • String
  • 可选
  • 15005785678
  • 下单联系电话
  • └ sellerId
  • String
  • 必须
  • 11212121
  • 商家id
  • └ feature
  • String
  • 可选
  • {"a":"b"}
  • 扩展字段
customerId Number 必须 1001 商家id(用于路由)

响应参数

名称 类型 示例值 描述
response Response 响应体
  • └ responseCode
  • String
  • 1001
  • 错误码
  • └ responseMsg
  • String
  • 错误信息
  • 错误信息
  • └ success
  • Boolean
  • true
  • 请求是否成功

请求示例

{"request":{"serviceType":"JZFB_AZ","customerAddress":"浙江省杭州市余杭区五常街道001号","wdsCoordinationOrderId":"BFC123456","customerProvince":"浙江省","priceType":"BIDDING_MODE","itemsInfo":[{"quantity":"3","name":"柜子","categoryCode":"50000001","type":"A001","pictures":"http://xxxxx,htpp://xxxx","itemInfoFeature":"{\"a\":\"b\"}"}],"customerArea":"余杭区","customerCity":"杭州市","customerName":"张三","pickUpInfo":{"totalVolume":"1","contactCity":"杭州市","totalPackNum":"1","arrival":"1","contactName":"张三","goodInfoFeature":"{\"a\":\"b\"}","totalWeight":"1","contactArea":"余杭区","contactAddress":"浙江省杭州市余杭区五常街道001号","contactPhone":"15005781234","contactProvince":"浙江省"},"repairInfo":[{"repairInfoFeature":"{\"a\":\"b\"}","quantity":"3","description":"维修描述...","categoryCode":"50000001","pictures":"http://xxxxx,htpp://xxxx"}],"customerPhone":"15005781234","sellerId":"11212121","feature":"{\"a\":\"b\"}","orderPhone":"15005785678","orderName":"李四"},"customerId":1001}

响应示例

{
    "response":{
        "responseCode":"1001",
        "responseMsg":"错误信息",
        "success":true
    }
}

验签示例

{"success":"false","responseCode":"sign-check-failure","responseMsg":"Illegal request"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部