Links

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
}