Links

Get Bundle Information

Retrieve items and information about a bundle
import { Store } from "call-of-duty-api";
try {
let data = await Store.bundleInformation(title: string, bundleId: string)
} catch(Error) {
//Handle Exception
}