GetInvItems Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetInvItems() method retrieves a list of items from the inventory.
| Overload | Description |
|---|---|
| GetInvItems(Nullable<Int32>,String,String,String) | The GetInvItems() method retrieves a list of items from the inventory. For this overload of the method, the entity is identified by its entity ID. |
| GetInvItems(String,String,String,String,String) | The GetInvItems() method retrieves a list of items from the inventory. For this overload of the method, the entity is identified by its entity name and site name. |