Variable productOptionsServiceConst

productOptionsService: CachedFunction<{
    includeOneValueOptions?: boolean;
    locale?: string;
    productId: string;
    storeDomainId: number;
}, ProductOption[]> = ...

Type declaration

  • Optional includeOneValueOptions?: boolean
  • Optional locale?: string
  • productId: string
  • storeDomainId: number

Generated using TypeDoc