CatalogOptions
CatalogOptions
Options related to products and collections.
Signature
interface CatalogOptions {
collectionFilters: Array<CollectionFilter<any>>;
productVariantPriceCalculationStrategy: ProductVariantPriceCalculationStrategy;
}
Members
collectionFilters
Allows custom CollectionFilters to be defined.
productVariantPriceCalculationStrategy
Defines the strategy used for calculating the price of ProductVariants based
on the Channel settings and active tax Zone.