GetShortages Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetShortages() method retrieves a list of shortage items, along with the shortage amount and its reorder quantity for each item.
| Overload | Description |
|---|---|
| GetShortages(Nullable<Int32>) | The GetShortages() method retrieves a list of shortage items, along with the shortage amount and its reorder quantity for each item. For this overload of the method, the optional entity filter is identified by its entity ID. |
| GetShortages(String,String) | The GetShortages() method retrieves a list of shortage items, along with the shortage amount and its reorder quantity for each item. For this overload of the method, the optional entity filter is identified by its entity name and site name. |