Variable bundleOverviewsServiceConst

bundleOverviewsService: CachedFunction<{
    discountKey?: string;
    skus: string[];
    storeDomainId: number;
}, Record<string, BundleOverview>> = ...

Type declaration

  • Optional discountKey?: string
  • skus: string[]
  • storeDomainId: number

Generated using TypeDoc