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

地址: http://test.birdsystem.co.uk/client/product/Get-Product-Available-Quantity

只读

获取产品可用库存

参数

id产品id


返回

{
    "data":{
        "live_stock":"10", // 当前站点的库存
        "current_locked_stock":"2" // 锁定的库存
    },
    "success":true,
    "refresh":false,
    "moduleName":"client"
}

可用库存为 10-2

  • No labels