GetStockLevelByLocation

Use this call to retrieve report about "item stock level"
Rate limit: 250 / minute

Log in to see full request history
Body Params
request
object
Response

Response body
object
StockLevel
object
Location
object
int32

Stock level

double

Stock value

int32

Minimum level

int32

Currently in open orders

int32

Due to come in purchase orders

boolean

Stock Item Just In Time (JIT) status

int32

Currently in open orders

int32

StockLevel - InOrders

double

if( Quantity == 0 )
dbo.StockItem.PurchasePrice
Else
CurrentStockValue / Quantity

string

Product SKU

boolean

If level is auto adjusted

date-time

Last time stock level was adjusted

string

Name of last update operation

uuid

dbo.StockLevel.rowid

boolean

dbo.StockLevel.PendingUpdate

double

Stock item purchase price. It's used to calculate UnitCost

uuid

Stock Item Id

int32

Stock Item interger Id

Language
Credentials