Variable productCrossSellProductsServiceConst

productCrossSellProductsService: CachedFunction<{
    discountKey?: string;
    handle?: string;
    locale: string;
    productId?: string;
    shopifyProductId?: string;
    storeDomainId: number;
}, ProductOverview[]> = ...

Type declaration

  • Optional discountKey?: string
  • Optional handle?: string
  • locale: string
  • Optional productId?: string
  • Optional shopifyProductId?: string
  • storeDomainId: number

Generated using TypeDoc