Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

地址: http://test.birdsystem.co.uk/client/Container-Product/Get-Product-Stock-Info

只读,获取产品在所有站点的库存

参数

查询参数见操作数据

例如需要查询ID为1的产品库存时,添加URL参数:filter=[{"type":"numeric","comparison":"eq","value":1302332,"field":"product_id"}]

请求为:http://www.birdsystem.com/client/Container-Product/Get-Product-Stock-Info?filter=[{"type":"numeric","comparison":"eq","value":1302332,"field":"product_id"}]

返回

{
    "total": 1,
    "data": [
        {
            "product_id": 1302332,
            "quantity": "6",
            "company_id": 36,
            "company_site_name": "CN 华南站",
            "product_client_ref": "47-1302332"
        }
    ],
    "success": true,
    "refresh": false,
    "moduleName": "client"
}


  • No labels