查询仓库列表
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/supplyChain/warehouse/fetchWarehouseList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/warehouse/fetchWarehouseList?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "810016599",
"isDisable": 0
}'
响应示例响应示例
{
"result": [
{
"id": 9024,
"wareshouseCode": "WH001",
"warehouseName": "总仓库",
"isDisable": 0,
"isSaleDeduction": 1,
"isProDeduction": 0,
"memo": "",
"createTime": 1501230009000,
"updateTime": 1502072558000
},
{
"id": 9095,
"wareshouseCode": "WH002",
"warehouseName": "tangtang",
"isDisable": 0,
"isSaleDeduction": 0,
"isProDeduction": 0,
"memo": "",
"createTime": 1502073632000,
"updateTime": 1502073658000
}
],
"code": 0,
"message": "成功[OK]",
"messageUuid": "ff5bb97ad6a1445388bdd2ab70876476"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json