getItem

Method Signature Item getItem(String itemId);
Description
Retrieves an item with the specified itemId.
Parameters String –item id to retrieve.
Result Item– the item object. If you specified an invalid item id in the parameter then the item will be null.