v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
Inventory

GetStockSupplierStat

Use this call to retrieve report about "item supplier stat" <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>250</b></span> / minute

get/api/Inventory/GetStockSupplierStat

Query parameters

inventoryItemIdstring uuid

Used to specify report stock item id

Response

OK

IsDefaultboolean

If supplier information is default

Supplierstring

Supplier name

SupplierIDstring uuid

Supplier ID

Codestring

Supplier code

SupplierBarcodestring

Supplier barcode

LeadTimeinteger

Supplier lead time

PurchasePricenumber double

Supplier purchase price

MinPricenumber double

Minimum price

MaxPricenumber double

Maximum price

AveragePricenumber double

Average price

AverageLeadTimenumber double

Average lead time

SupplierMinOrderQtyinteger

Minimum order quantity from this supplier

SupplierPackSizeinteger

Supplier pack size

SupplierCurrencystring

Supplier's default currency

StockItemIdstring uuid

Stock Item Id

StockItemIntIdinteger

Stock Item interger Id

Example response

[
  {
    "SupplierID": "00000000-0000-0000-0000-000000000000",
    "StockItemId": "00000000-0000-0000-0000-000000000000"
  }
]