1.基本信息

GET {请求地址}/apicenter/api/warehouse/list

2.请求参数

可以为空


名称 位置 类型 必选 说明
warehouseId query integer 仓库id
newName query string 仓库名称
addressNation query string 国家
zoneManageId query integer 分仓id
pageNum query integer 1
pageSize query integer 10
client_code query string 客户代码
source_type query integer 自定义平台为1,第三方平台为2 ,请联系管理员确认

返回示例

成功

  1. {
  2. "msg": "查询成功",
  3. "total": 2,
  4. "code": 201,
  5. "rows": [
  6. {
  7. "newName": "mabang测试公司PH",
  8. "warehouseId": 325,
  9. "name": "mabang测试公司PH",
  10. "warehouseName": "mabang测试公司PH",
  11. "warehouseCode": "mabang1",
  12. "addressNation": "PH",
  13. "tkcfWarehouseName": "认证仓名称",
  14. "tkcfWarehouseType": " 认证仓类型",
  15. "tkcfWarehouseProviderId": "认证仓id",
  16. "tkcfWarehouseProviderCode": "认证仓code",
  17. "tkcfDeliveryOptionName": "认证运输名称",
  18. "tkcfAuthenticationWarehouseProcess": "认证仓状态",
  19. "mainWarehouseName": " 鲸骑分仓名称"
  20. },
  21. {
  22. "newName": "mabang测试公司PH残次品仓",
  23. "warehouseId": 326,
  24. "name": "mabang测试公司PH残次品仓",
  25. "warehouseName": "mabang测试公司PH残次品仓",
  26. "warehouseCode": "mabang2",
  27. "addressNation": "PH",
  28. "tkcfWarehouseName": "认证仓名称",
  29. "tkcfWarehouseType": " 认证仓类型",
  30. "tkcfWarehouseProviderId": "认证仓id",
  31. "tkcfWarehouseProviderCode": "认证仓code",
  32. "tkcfDeliveryOptionName": "认证运输名称",
  33. "tkcfAuthenticationWarehouseProcess": "认证仓状态",
  34. "mainWarehouseName": " 鲸骑分仓名称"
  35. }
  36. ]
  37. }

3.返回结果

名称 类型 中文名
» code integer 响应码
» msg string 响应描述
» row list 响应数据
»» warehouseCode String 仓库编码
» total integer 响应数据条数
»» addressNation String 国家编码
»» warehouseCode String 认证仓名称
»» tkcfWarehouseType String 仓库编码
»» tkcfWarehouseProviderId String 认证仓id
»» tkcfWarehouseProviderCode String 认证仓code
»» tkcfDeliveryOptionName String 认证运输名称
»» tkcfAuthenticationWarehouseProcess String 是否启用认证仓流程:0-否,1-是
»» mainWarehouseName String 鲸骑分仓名称