1、基本信息

  (1)请求方法: http post

  (2)请求地址: http://{hostname}/apicenter/outbound/info/{transferOrder}

  (3)说明:

  1. 获取平台订单状态
  2. 如有不全之处,请参考 创建备货出库订单中的状态


2、请求参数

名称 数据类型 说明 是否必填
transferOrder Long 转运单号


3、请求示例

  1. http://{requrl}/apicenter/outbound/info/THL2023092808221490


4、响应参数

名称 数据类型 说明
code Integer code
msg String 提示信息
data Object 返回数据
- createBy string 创建人
- createTime string 创建时间
- updateBy string 更新人
- updateTime string 更新时间
- remark string 备注
- id int ID
- transferOrder string 调拨单号
- outStatus int 出库状态
1=>’新建’
2=>’待确认’
3=>’已确认’
4=>’仓库处理中’
5=>’待出库’
6=>’出库成功’
9=>’取消’
- outStatusName string 出库状态名称
- pickingStatus int 拣货状态
1=>’待拣货’
2=>’拣货中’
3=>’拣货完成’
- pickingStatusName string 拣货状态名称
- packStatus int 装箱状态
1=>’未装箱’
2=>’装箱中’
3=>’已装箱’
- weighStatus int 称重状态
- warehouseId int 仓库ID
- warehouseName string 仓库名称
- shipType int 运输方式
1=>’卡车派送’
2=>’快递’
- logisticsProvider string 物流服务商
- trackingNumber string 运单号
- receiveName string 收货人姓名
- mobile string 收货人手机号
- email string 收货人邮箱
- countryCode string 国家代码
- province string 省份
- city string 城市
- street string 街道
- detailAddress string 详细地址
- type int 出库类型
1=>’FBA’
2=>’其他’
- typeName string 类型名称
- fbashipmentid string FBA货件ID
- referenceid string 参考ID
- transferMode int 调拨方式
- transferModeName string 调拨方式名称
- shipChannel int 发货渠道
- shipChannelName string 发货渠道名称
- faceUrl null 面单地址
- expectedArrivalTime string 预计到达时间
- taxNumber string 税号
- companyName string 公司名称
- postalCode string 邮政编码
- houseNumber null 门牌号
- addressOne string 地址1
- addressTwo string 地址2
- referenceNumber string 参考编号
- status int 订单状态
1=>’正常订单’
2=>’取消订单’
3=>’错误订单’
- statusName string 状态名称
- fbaWarehouseCode null FBA仓库编码
- shipStatus int 发货状态
- shipStatusName string 发货状态名称
- signDate null 签收日期
- companyId int 公司ID
- epilogueDeliveryId int 后记发货ID
- totalNum int 总数量
- boxList array 箱子列表
-‌- id Long 主键
-‌- transferId Long 转运id
-‌- boxType String 箱类型
-‌- num Long 数量
-‌- pickNum Long 已拣数量
-‌- unPickNum Long 未拣数量
-‌- boxLength BigDecimal 箱子长度
-‌- boxWidth BigDecimal 箱子宽度
-‌- boxHeight BigDecimal 箱子高度
-‌- boxWeight BigDecimal 箱子体重
-‌- boxVolume BigDecimal 箱子体积
-‌- qty Integer 产品数量
-‌- items Integer 产品种数
-‌- customBarcode String 自定义箱条码
-‌- boxSize String 箱子尺寸(根据长度、宽度、高度计算得出)
-‌- totalNum Long 总数量(根据数量和产品数量计算得出)
-‌- boxDetail Array 箱子明细列表
-‌-‌- id Long ID
-‌-‌- boxType String 箱类型号
-‌-‌- sku String sku
-‌-‌- qty Long 产品数量
-‌-‌- transferId Long 转运id
-‌-‌- prodName String 产品名称
-‌- boxPickDetail Array 箱子拣货明细列表
-‌-‌- id Long ID
-‌-‌- transferId Long 转运id
-‌-‌- boxType String 箱类型
-‌-‌- pickNum Long 已拣数量
-‌-‌- shelvesId Long 库位
-‌-‌- storageRackNumber String 库位
-‌-‌- stockNum Long 库存数量
- productList array 产品列表
-‌- id Long ID
-‌- transferId Long 转运id
-‌- sku String sku
-‌- num Long 数量
-‌- pickNum Long 已拣数量
-‌- unPickNum Long 未拣数量
-‌- prodName String 产品名称
-‌- productPickDetail Array 产品拣货明细列表
-‌-‌- id Long ID
-‌-‌- transferId Long 转运id
-‌-‌- sku String sku
-‌-‌- pickNum Long 已拣数量
-‌-‌- shelvesId Long 库位
-‌-‌- storageRackNumber String 库位
-‌-‌- stockNum Long 库存数量
- attachmentList array 附件列表
-‌- id Long ID
-‌- transferId Long 转运id
-‌- filename String 附件名称
-‌- fileurl String 附件地址
-‌- filetype Long 文件类型
-‌- fileTypeName String 文件类型
-‌- sourceType Integer 来源类型
-‌- sourceTypeName String 来源类型


5、响应示例

  1. {
  2. "msg": "操作成功",
  3. "code": 200,
  4. "data": {
  5. "createBy": null,
  6. "createTime": "2023-05-31 14:24:25",
  7. "updateBy": null,
  8. "updateTime": null,
  9. "remark": "",
  10. "id": 29,
  11. "transferOrder": "TH20230531142425593",
  12. "outStatus": 2,
  13. "outStatusName": "待处理",
  14. "pickingStatus": 1,
  15. "pickingStatusName": "待拣货",
  16. "packStatus": 0,
  17. "weighStatus": 0,
  18. "warehouseId": 42,
  19. "warehouseName": "云燕",
  20. "shipType": 0,
  21. "logisticsProvider": "",
  22. "trackingNumber": "SAD",
  23. "receiveName": "jbuufff",
  24. "mobile": "1",
  25. "email": "123225",
  26. "countryCode": "fcc",
  27. "province": "METRO-MANILA",
  28. "city": "QUEZON-CITY",
  29. "street": "",
  30. "detailAddress": "",
  31. "type": 1,
  32. "typeName": "FBA",
  33. "fbashipmentid": "FBAShipmentID",
  34. "referenceid": "STCCCA",
  35. "transferMode": 1,
  36. "transferModeName": "产品出库",
  37. "shipChannel": 2,
  38. "shipChannelName": "无需物流服务",
  39. "faceUrl": null,
  40. "expectedArrivalTime": "2023-05-31 00:00:00",
  41. "taxNumber": "222",
  42. "companyName": "454",
  43. "postalCode": "1800",
  44. "houseNumber": null,
  45. "addressOne": "#20 1st AVE. STA. MARIA INDUSTRIAL BAGUMBAYAN TAGUIG CITY",
  46. "addressTwo": "#20 1st AVE. STA. MARIA INDUSTRIAL BAGUMBAYAN TAGUIG CITY",
  47. "referenceNumber": "DFSF",
  48. "status": 1,
  49. "statusName": "正常",
  50. "fbaWarehouseCode": null,
  51. "shipStatus": 1,
  52. "shipStatusName": "待揽收",
  53. "signDate": null,
  54. "companyId": 14,
  55. "epilogueDeliveryId": 0,
  56. "totalNum": 1,
  57. "boxList": [],
  58. "productList": [
  59. {
  60. "createBy": null,
  61. "createTime": null,
  62. "updateBy": null,
  63. "updateTime": null,
  64. "remark": null,
  65. "id": 25,
  66. "transferId": 29,
  67. "sku": "001-1679889437",
  68. "num": 1,
  69. "pickNum": 0,
  70. "unPickNum": 1,
  71. "prodName": "N型ABC黑洞系列-AIKO-A-MAH54Mb",
  72. "productPickDetail": [
  73. {
  74. "createBy": null,
  75. "createTime": null,
  76. "updateBy": null,
  77. "updateTime": null,
  78. "remark": null,
  79. "id": null,
  80. "transferId": 29,
  81. "sku": "001-1679889437",
  82. "pickNum": null,
  83. "shelvesId": 3,
  84. "storageRackNumber": "A-1-1-3",
  85. "stockNum": 1
  86. }
  87. ]
  88. }
  89. ],
  90. "attachmentList": [
  91. {
  92. "createBy": null,
  93. "createTime": null,
  94. "updateBy": null,
  95. "updateTime": null,
  96. "remark": null,
  97. "id": 7,
  98. "transferId": 29,
  99. "filename": "1.jpg",
  100. "fileurl": "http://testfilehw.oss-cn-shenzhen.aliyuncs.comhttp://testfilehw.oss-cn-shenzhen.aliyuncs.com/ERP/public/352/images/20230531/1a680424-a32a-47ff-80bb-6c17050175bc",
  101. "filetype": 3,
  102. "fileTypeName": "箱唛",
  103. "sourceType": null,
  104. "sourceTypeName": "客户上传"
  105. }
  106. ]
  107. }
  108. }