1.基本信息

POST {请求地址}/apicenter/api/afterSale/selectAfterSale/{afterSaleOrder}

2.请求参数

afterSaleOrder:AS002299

名称 类型 是否必填 说明
afterSaleOrder String 订单号

3.返回结果

  1. {
  2. "code": 200,
  3. "data": {
  4. "did": null,
  5. "createBy": null,
  6. "createTime": "2024-06-03 09:51:09",
  7. "updateBy": null,
  8. "updateTime": null,
  9. "remark": null,
  10. "language": null,
  11. "id": 5071,
  12. "afterSaleOrder": "AS002545",
  13. "afterSaleType": 4,
  14. "platform": "qianyi",
  15. "shipFee": null,
  16. "associatedOrder": "A240603128505",
  17. "createUser": "444",
  18. "modifyUser": "444",
  19. "shopName": null,
  20. "selleraccount": "89",
  21. "responsibility": null,
  22. "logisticsOrder": "3312123313112233",
  23. "inWarehouse": null,
  24. "buyerDeliveryTime": null,
  25. "packagingFee": null,
  26. "productFee": null,
  27. "img1": "",
  28. "img2": "",
  29. "img3": "",
  30. "img4": "",
  31. "img5": "",
  32. "img6": "",
  33. "img7": "",
  34. "img8": "",
  35. "img9": "",
  36. "video": null,
  37. "outWarehouse": null,
  38. "consignee": null,
  39. "receivingPhone": null,
  40. "address": null,
  41. "status": -3,
  42. "isDeduction": 0,
  43. "afterSaleReason": null,
  44. "auditUser": null,
  45. "site": "",
  46. "companyId": 1,
  47. "afterSaleFee": 1.00,
  48. "repeatFee": null,
  49. "currency": "MYR",
  50. "refundRenMinBi": null,
  51. "repeatRenMinBi": null,
  52. "retryLogisticsOrder": null,
  53. "isManualSingle": 0,
  54. "cancelledReason": null,
  55. "reviewStatus": 0,
  56. "isPrintCarrier": 0,
  57. "pickingStatus": 1,
  58. "allRemarks": null,
  59. "warehousingMethod": null,
  60. "refundLogisticsCompany": "TIKTOK物流",
  61. "platformStatus": 0,
  62. "returnOrderType": 0,
  63. "shippingLogistics": null,
  64. "returnLogistics": null,
  65. "productList": [
  66. {
  67. "did": null,
  68. "createBy": null,
  69. "createTime": null,
  70. "updateBy": null,
  71. "updateTime": null,
  72. "remark": null,
  73. "language": null,
  74. "id": 4211,
  75. "afterSaleId": 5071,
  76. "sku": "A10580-6",
  77. "name": "鱼竿",
  78. "photoPrimary": null,
  79. "qty": 1,
  80. "price": null,
  81. "virtualWare": null,
  82. "inStockQty": null,
  83. "lossQty": null,
  84. "canInQty": 1,
  85. "fileUrl": null,
  86. "realCount": null,
  87. "status": null,
  88. "testType": "",
  89. "testTypeRemark": null,
  90. "testFee": 0.00,
  91. "testQty": 0,
  92. "testTypeFee": null,
  93. "warehouseId": 17,
  94. "normalQty": 1,
  95. "defectiveQty": null,
  96. "abandonQty": null
  97. }
  98. ]
  99. },
  100. "message": "操作成功"
  101. }

4.返回数据结构

状态码 200

名称 类型 中文名
» code integer 响应码
» message string 响应描述
» data String 响应数据
» status integer 状态,1:带接单,4:待审核,5:已完成,6:已取消,-1:待入库,-2:待出库,-3:待用户审核
» buyerDeliveryTime String 买家发货时间
» pickingStatus integer 拣货状态 1:未拣货 2:拣货中 3:已拣货
» language integer 拣货状态 1:未拣货 2:拣货中 3:已拣货
» afterSaleFee String 退货处理费
» modifyUser String 修改用户
» warehousingMethod String 入库方式
» id integer 售后id
» repeatFee String 重发运费
» cancelledReason String 拒绝接单原因
» returnOrderType integer 退货订单类型, 0:手工, 1:订单退货, 2:妥投失败
» outWarehouse integer 出库仓库id
» logisticsOrder String 物流单号
» inWarehouse integer 退货到仓库id
» consignee String 收货人
» companyId integer 公司id
» isManualSingle integer 是否手工单, 0:否 1:是
» auditUser integer 审核用户id
» reviewStatus integer 复核状态,0:未复核,1:已复核
» returnLogistics String 重发物流单号
» packagingFee String 订单处理费
» productList object 商品列表
» testTypeFee String 测试类型费用
» lossQty integer 损耗数量
» testType String 测试方式:2通电测试,3配件清点
» remark String 备注
» language String 备注
» afterSaleId integer 售后单id
» defectiveQty integer 残次品入库数量
» virtualWare String 虚拟仓id
» updateBy String 更新人
» testTypeRemark String 测试备注
» normalQty integer 正常入库数量
» price String 价格
» fileUrl String 附件地址
» id integer id
» sku integer sku
» canInQty integer 可入库数量
» testFee String 测试费用
» photoPrimary String sku图片
» updateTime String 更新时间
» realCount integer 实际数量
» inStockQty integer 已入库数量
» createBy integer 创建人
» testQty integer 测试数量
» createTime String 创建时间
» warehouseId integer 仓库id
» qty integer 退货单预报数量
» name String 商品名称
» abandonQty integer 实际报废数量
» did integer 报废数量
» status integer 状态,1:待入库,2:待出库