GetGoodsList

  • 获取商品列表

Request

  • Path: oms/wms/goods/goodsList
  • Full Url: https://api.q9610.com/oms/wms/goods/goodsList
  • Method: GET
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Request body params:
    • current:
      • 当前页
    • size:
      • 每页个数

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
{
"msg": "操作成功",
"code": 200,
"data": {
"total": 200,
"current": 1,
"size": 2,
"records": [
{
"goodsNameEn": "nt temperature foot bathtub",
"subSku": "",
"price": "1.00",
"length": "10.00",
"width": "20.00",
"weight": "1.20",
"sku": "1140653-5252349",
"goodsName": "足浴盆",
"goodsBarcode": "1140653-5257249",
"height": "30.00"
},
{
"goodsNameEn": "battery",
"subSku": "",
"price": "2.00",
"length": "11.60",
"width": "7.50",
"weight": "0.81",
"sku": "12BK6532D72",
"goodsName": "电池",
"goodsBarcode": "12BK329HD72",
"height": "8.60"
}
]
}
}