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

Version 1 Next »

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

Only Support GET

Get product available stock quantity.

Param

FieldUsageType
idProduct Idint(10)

Response

{
    "data":{
        "live_stock":"10", // product live stock in current company
        "current_locked_stock":"2" // locked stock in current company
    },
    "success":true,
    "refresh":false,
    "moduleName":"client"
}

the available stock quantity is 8. (10 - 2 )

  • No labels