Bundles
The Bundle methods available via CDN which provide access to bundle related functionality.
All requests to the Product CDN are cached. The caller must call the resetCDNCache function to clear it and fetch updated data.
getCDNBundleSettings v1.0.0 Types
Returns bundle settings for a given external product id.
- ESM
- UMD
import { getCDNBundleSettings } from '@rechargeapps/storefront-client';
await getCDNBundleSettings(externalProductId);
await recharge.cdn.getCDNBundleSettings(externalProductId);