StockInfo & StockLocationInfo (Lagerbestand)

StockInfo

Abfrage gesamter verfügbarer Lagerbestand für Artikel. 

Beispiel
GET: /api/v1.0/Core/VinX/Shop/Calculated/StockInfo?$filter=articleId eq 123

StockLocationInfo

Abfrage verfügbarer Lagerbestand für Artikel mit Detail auf Lager.

WarehouseId kann leer (null) sein, sofern es sich um einen Set-Artikel ohne Lagerbewirtschaftung handelt. Denn dann wird die Bestandesberechnung über die unterliegenden Artikel im Set gemacht. Die Berechnung findet über alle Lager (Warehouse) statt, aber mit einer Aufschlüsselung von Shop und nicht-Shop Lager (Feld: ForShop).

Beispiel
GET: /api/v1.0/Core/VinX/Shop/Calculated/StockLocationInfo?$filter=articleId eq 123

StockLocationInfoCondition

Dieser Endpunkt erfordert die zusätzliche Lizenz Zustände (Raritäten).

Abfrage verfügbarer Lagerbestand für Artikel mit Detail auf Lager und Zustand.

Beispiel
GET: /api/v1.0/Core/VinX/Shop/Calculated/StockLocationInfoCondition?$filter=articleId eq 123