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 7 Next »

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

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

参数

字段备注类型说明
ids产品id集合string多个产品id以 ',' 分割,查询定向共享产品时格式为 产品ID|D,例如客户2定向共享给客户1的产品3,客户1查询的时候格式为3|D。查询多个产品时参数ids=2,3|D

返回

{
    "total": 2,
    "data": [
        {
            "product_id": 499154,
            "quantity": "11",
            "company_id": 35,
            "company_site_name": "空运动态仓",
            "product_client_ref": "1-3786753345011"
        },
        {
            "product_id": 499154,
            "quantity": "7",
            "company_id": 36,
            "company_site_name": "CN 东莞站",
            "product_client_ref": "1-3786753345011"
        }
    ],
    "success": true,
    "refresh": false,
    "moduleName": "client"
}


  • No labels