Documentation
Preparing search index...
@blizzard-api/wow
ItemSearchResponseItem
Interface ItemSearchResponseItem
The response for an item search.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
ItemSearchResponseItem
{
data
:
{
id
:
number
;
inventory_type
:
InventoryType
;
is_equippable
:
boolean
;
is_stackable
:
boolean
;
item_class
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
|
undefined
>
}
;
item_subclass
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
|
undefined
>
}
;
level
:
number
;
max_count
:
number
;
media
:
{
id
:
number
}
;
name
:
Record
<
Locales
,
string
|
undefined
>
;
purchase_price
:
number
;
purchase_quantity
:
number
;
quality
:
ItemQuality
;
required_level
:
number
;
sell_price
:
number
;
}
;
key
:
Href
;
}
Hierarchy
KeyBase
ItemSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
id
:
number
;
inventory_type
:
InventoryType
;
is_equippable
:
boolean
;
is_stackable
:
boolean
;
item_class
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
|
undefined
>
}
;
item_subclass
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
|
undefined
>
}
;
level
:
number
;
max_count
:
number
;
media
:
{
id
:
number
}
;
name
:
Record
<
Locales
,
string
|
undefined
>
;
purchase_price
:
number
;
purchase_quantity
:
number
;
quality
:
ItemQuality
;
required_level
:
number
;
sell_price
:
number
;
}
key
key
:
Href
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
key
Documentation
Loading...
The response for an item search.
See