InventoryItem
InventoryItem contains the data for an item retrieved through either Inventory.GetItem or Inventory.GetItems.
Properties
The id of the item
The id of the holder which owns this item
How many of this item the owner owns. Includes items that have been reserved.
How many of this item the owner owns that are not reserved.
The time the holder first gained this item. The time is in the UTC time zone expressed in unix epoch seconds. You can use os.date to format this time into a human-readable format.
The last time the state of this item changed. The time is in the UTC time zone expressed in unix epoch seconds. You can use os.date to format this time into a human-readable format.
Returns an array of InventoryReservations which contain how many items are reserved and the purpose.