GetWarehouseList

  • 获取仓库列表

Request

  • Path: oms/wms/warehouse
  • Full Url: https://api.q9610.com/oms/wms/warehouse
  • Method: GET
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token

Response

  • Response body example:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"code": 200,
"success": true,
"data": [
{
"address": "金浦海外仓",
"warehouseId": "KRJP01",
"warehouseName": "金浦备货仓"
},
{
"address": "仁川备货仓",
"warehouseId": "KRRC01",
"warehouseName": "仁川备货仓"
},
{
"address": "仁川退件仓",
"warehouseId": "KRRC02",
"warehouseName": "仁川退件仓"
},
{
"address": "深圳良基大厦",
"warehouseId": "SZLJ01",
"warehouseName": "东莞备货仓"
},
{
"address": "威海一号仓",
"warehouseId": "WH001",
"warehouseName": "威海备货仓"
},
{
"address": "威海二号仓",
"warehouseId": "WH002",
"warehouseName": "威海二号仓"
}
],
"msg": "操作成功"
}