Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method Signature

Item[] getItems(String[] itemIds);

Description

Retrieves an array of items Items with the specified itemIds.

Parameters

String[] - an array of item ids to retrieve.

Result

Item[]- the array of item Item objects. If you specified an invalid item id in the parameter then the that item will not be present in the result.