注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 阿里健康API

qimen.alibaba.alihealth.certificate.sales.refund.get (健康销售退回查询)

阿里健康换证 查询仓库数据

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
storeCode String 必须 SSYYWLZX001 仓库编码
barcode String 可选 6924147677014 条形码
scItemId Number 可选 557249302513 货品ID
batchNumber String 可选 2019122501 批号
consignee String 可选 舒大克 收货人
logisticsOrderNumber String 可选 63000001643501600 运单号
refundTimeBegin String 必须 2020-03-02 销退时间起
refundTimeEnd String 必须 2020-03-02 销退时间止
pageNumber Number 必须 1 页码
pageSize Number 必须 10 分页大小

响应参数

名称 类型 示例值 描述
success Boolean true 成功或失败
errorCode String 302 错误编码
errorMsg String 查询失败 错误文案
result SalesRefund [] 返回结果
  • └ barcode
  • String
  • HGSP08001
  • 商品条码
  • └ commonName
  • String
  • 增肌粉
  • 商品通用名称
  • └ title
  • String
  • MUSCLETECH/麦斯泰克 7磅 增肌粉极限2000三重巧克力味
  • 商品名称
  • └ scItemId
  • Number
  • 557249302513
  • 商品ID
  • └ dosageForms
  • String
  • 片剂
  • 剂型
  • └ specification
  • String
  • 0.667g*24片/盒
  • 规格
  • └ packageUnit
  • String
  • 单位
  • └ batchNumber
  • String
  • 2019122501
  • 批号
  • └ recallReason
  • String
  • 政府召回
  • 召回原因
  • └ saleOrderNumber
  • String
  • XB-LBX-14431840903487157
  • 原销售单号
  • └ bookingRefundQuantity
  • Number
  • 30
  • 退货数量
  • └ refundQuantity
  • Number
  • 30
  • 退货实收数量
  • └ refundCreateTime
  • String
  • 2020-03-04
  • 销退开始时间
  • └ refundFinishTime
  • String
  • 2020-03-02
  • 销退结束时间
  • └ consignee
  • String
  • 大克
  • 收货人
  • └ classification
  • String
  • 整散合一
  • 存储分类
  • └ produceDate
  • String
  • 2020-03-02
  • 生产日期
  • └ expirationDate
  • String
  • 2020-03-02
  • 失效期
  • └ drugClassification
  • String
  • 处方药
  • 药品分类
  • └ isRecall
  • String
  • 是否召回
  • └ manufacturer
  • String
  • 昆明邦宇制药有限公司
  • 生产企业
  • └ approvalNumber
  • String
  • 国药准字H20103013
  • 批准文号
  • └ listingPermissionHolder
  • String
  • 大克
  • 上市许可人
  • └ origin
  • String
  • 云南
  • 产地
  • └ temperatureRequirement
  • String
  • 阴凉5℃-12℃
  • 存储条件
  • └ refundNotice
  • String
  • PL7651016340063
  • 销退通知单号
  • └ platformNumber
  • String
  • 1591617153099
  • 平台交易号
  • └ outerId
  • String
  • LBXT15863247674810
  • 外部订单号
  • └ logisticsOrderNumber
  • String
  • 63000001643501600
  • 运单号
  • └ storeName
  • String
  • 广交物流石家庄医药物流中心
  • 仓库名称
  • └ storeCode
  • String
  • SJZYYWLZX001
  • 仓库ID
totalCount Number 100 总条数

请求示例

{"logisticsOrderNumber":"63000001643501600","consignee":"舒大克","pageNumber":1,"refundTimeEnd":"2020-03-02","refundTimeBegin":"2020-03-02","pageSize":10,"scItemId":0,"barcode":"6924147677014","storeCode":"SSYYWLZX001","batchNumber":"2019122501"}

响应示例

{
    "success":true,
    "errorCode":"302",
    "errorMsg":"查询失败",
    "result":[
        {
                "barcode":"HGSP08001",
                "commonName":"增肌粉",
                "title":"MUSCLETECH\/麦斯泰克 7磅 增肌粉极限2000三重巧克力味",
                "scItemId":557249302513,
                "dosageForms":"片剂",
                "specification":"0.667g*24片\/盒",
                "packageUnit":"盒",
                "batchNumber":"2019122501",
                "recallReason":"政府召回",
                "saleOrderNumber":"XB-LBX-14431840903487157",
                "bookingRefundQuantity":30,
                "refundQuantity":30,
                "refundCreateTime":"2020-03-04",
                "refundFinishTime":"2020-03-02",
                "consignee":"大克",
                "classification":"整散合一",
                "produceDate":"2020-03-02",
                "expirationDate":"2020-03-02",
                "drugClassification":"处方药",
                "isRecall":"否",
                "manufacturer":"昆明邦宇制药有限公司",
                "approvalNumber":"国药准字H20103013",
                "listingPermissionHolder":"大克",
                "origin":"云南",
                "temperatureRequirement":"阴凉5℃-12℃",
                "refundNotice":"PL7651016340063",
                "platformNumber":"1591617153099",
                "outerId":"LBXT15863247674810",
                "logisticsOrderNumber":"63000001643501600",
                "storeName":"广交物流石家庄医药物流中心",
                "storeCode":"SJZYYWLZX001"
        }
    ],
    "totalCount":100
}

验签示例

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

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部