Destiny.Responses.DestinyItemResponse
		The response object for retrieving an individual instanced item. None of these components are relevant for an item that doesn't have an "itemInstanceId": for those, get your information from the DestinyInventoryDefinition.
	
	
	
	
		Type: object
	
	
	
	
	
		Object Properties
characterId
						
		Nullable
	
	
	
	
		If the item is on a character, this will return the ID of the character that is holding the item.
	
	
	
	
		Type: int64
	
	
	
	
	
	
			
item
						
		Depends on Component "ItemCommonData"
	
	
	
	
		Common data for the item relevant to its non-instanced properties.
COMPONENT TYPE: ItemCommonData
	
	
	COMPONENT TYPE: ItemCommonData
		Type: object
	
	
	
	
	
	
			
instance
						
		Depends on Component "ItemInstances"
	
	
	
	
		Basic instance data for the item.
COMPONENT TYPE: ItemInstances
	
	
	COMPONENT TYPE: ItemInstances
		Type: object
	
	
	
	
	
	
			
objectives
						
		Depends on Component "ItemObjectives"
	
	
	
	
		Information specifically about the item's objectives.
COMPONENT TYPE: ItemObjectives
	
	
	COMPONENT TYPE: ItemObjectives
		Type: object
	
	
	
	
	
	
			
perks
						
		Depends on Component "ItemPerks"
	
	
	
	
		Information specifically about the perks currently active on the item.
COMPONENT TYPE: ItemPerks
	
	
	COMPONENT TYPE: ItemPerks
		Type: object
	
	
	
	
	
	
			
renderData
						
		Depends on Component "ItemRenderData"
	
	
	
	
		Information about how to render the item in 3D.
COMPONENT TYPE: ItemRenderData
	
	
	COMPONENT TYPE: ItemRenderData
		Type: object
	
	
	
	
	
	
			
stats
						
		Depends on Component "ItemStats"
	
	
	
	
		Information about the computed stats of the item: power, defense, etc...
COMPONENT TYPE: ItemStats
	
	
	COMPONENT TYPE: ItemStats
		Type: object
	
	
	
	
	
	
			
talentGrid
						
		Depends on Component "ItemTalentGrids"
	
	
	
	
		Information about the talent grid attached to the item. Talent nodes can provide a variety of benefits and abilities, and in Destiny 2 are used almost exclusively for the character's "Builds".
COMPONENT TYPE: ItemTalentGrids
	
	
	COMPONENT TYPE: ItemTalentGrids
		Type: object
	
	
	
	
	
	
			
sockets
						
		Depends on Component "ItemSockets"
	
	
	
	
		Information about the sockets of the item: which are currently active, what potential sockets you could have and the stats/abilities/perks you can gain from them.
COMPONENT TYPE: ItemSockets
	
	
	COMPONENT TYPE: ItemSockets
		Type: object
	
	
	
	
	
	
			
reusablePlugs
						
		Depends on Component "ItemReusablePlugs"
	
	
	
	
		Information about the Reusable Plugs for sockets on an item. These are plugs that you can insert into the given socket regardless of if you actually own an instance of that plug: they are logic-driven plugs rather than inventory-driven.
These may need to be combined with Plug Set component data to get a full picture of available plugs on a given socket.
COMPONENT TYPE: ItemReusablePlugs
	
	
	These may need to be combined with Plug Set component data to get a full picture of available plugs on a given socket.
COMPONENT TYPE: ItemReusablePlugs
		Type: object
	
	
	
	
	
	
			
plugObjectives
						
		Depends on Component "ItemPlugObjectives"
	
	
	
	
		Information about objectives on Plugs for a given item. See the component's documentation for more info.
COMPONENT TYPE: ItemPlugObjectives
	
	
	COMPONENT TYPE: ItemPlugObjectives
		Type: object