getItems
Method Signature | Item[] getItems(String[] itemIds); |
|---|---|
Description | Retrieves an array of Items with the specified itemIds. |
Parameters | String[] – an array of item ids to retrieve. |
Result | Item[]– the array of Item objects. If you specified an invalid item id in the parameter then that item will not be present in the result. |