查询供应链物品库存
测试环境
测试环境
POST
/open/v1/supplyChain/warehouse/findInventory
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/warehouse/findInventory?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": 75,
"isDisable": 49,
"limit": 3,
"skuCode": "68",
"skuName": "价型林九期表",
"skuType": "mollit",
"start": 49,
"warehouseId": 92,
"wmType": 5
}'
响应示例响应示例
{
"code": 0,
"message": "成功[OK]",
"messageUuid": "deeaf49c-7632-49a0-aa7a-cc5241d6b9f2",
"result": {
"data": [
{
"cost": 26.16,
"marketPrice": 4.36,
"qty": 6,
"skuCode": "876543",
"skuId": "31545",
"skuName": "0987654(中份)",
"skuUUID": "4ff0d3ed51534263b0b4db8862186524",
"uom": "箱",
"wmType": 4,
"warehouseId": 13,
"warehouseName": "总仓库"
}
],
"num": 1,
"total": 59
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 12:03:34