文档中心 > API类目 > 菜鸟末端商业

qimen.cainiao.cntec.wash.order.query (查询履约单的节点列表)

菜鸟向洗衣工厂查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
order_id String 必须 FO0011 洗衣履约单号

响应参数

名称 类型 示例值 描述
error_code String invalid_order 错误码
error_message String 非法的单号 错误信息
success Boolean true 查询是否成功
action_content LaundryAction [] 履约节点列表
  • └ action_code
  • String
  • FACTORY_CHECKOUT
  • 履约节点名称
  • └ action_time
  • String
  • 1384893994
  • UTC时间毫秒数
  • └ action_item_detail
  • String
  • {"washing_code_list":[{"washing_code":"0001000943","item_code":"DX0101","factory_wash_code":"0001000943","stains_warning":0},{"washing_code":"0001000944","item_code":null,"factory_wash_code":"0001000944","stains_warning":0}]}
  • 履约节点附属信息,如预检、出厂的详情。
  • └ feature
  • String
  • {}
  • 预留扩展信息

请求示例

{"order_id":"FO0011"}

响应示例

{
    "error_code":"invalid_order",
    "error_message":"非法的单号",
    "success":true,
    "action_content":[
        {
                "action_code":"FACTORY_CHECKOUT",
                "action_time":"1384893994",
                "action_item_detail":"{\"washing_code_list\":[{\"washing_code\":\"0001000943\",\"item_code\":\"DX0101\",\"factory_wash_code\":\"0001000943\",\"stains_warning\":0},{\"washing_code\":\"0001000944\",\"item_code\":null,\"factory_wash_code\":\"0001000944\",\"stains_warning\":0}]}",
                "feature":"{}"
        }
    ]
}

验签示例

{"error_message":"Illegal request","success":"false","error_code":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部