Variable productPriceRangeServiceConst

productPriceRangeService: CachedFunction<{
    bundleId?: number;
    bundleSku?: string;
    discountKey?: string;
    productId?: string;
    productTags: string[];
    status?: number | "any";
    storeDomainId: number;
}, ProductPriceRanges> = ...

Type declaration

  • Optional bundleId?: number
  • Optional bundleSku?: string
  • Optional discountKey?: string
  • Optional productId?: string
  • productTags: string[]
  • Optional status?: number | "any"
  • storeDomainId: number

Generated using TypeDoc