Call Of Duty API
Github
NPM
Discord
Search
⌃
K
Links
Call Of Duty API
Getting Started
How to Login
Modern Warfare
Modern Warfare 2
Warzone 2
Modern Warfare 3
Cold War
Vanguard
Store
Get Store Content
Get Bundle Information
Battle Pass Tiers
User
Misc
Powered By
GitBook
Get Store Content
Get items and bundles that are publicly available in the store
import
{
Store
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
Store
.
purchasableItems
(
gameId
:
string
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Store
Next
Get Bundle Information
Last modified
1yr ago