Click or drag to resize

IStoreProductFqlFiltersStorePricesFilter Property

Filter to define what constitutes a StorePrice. The query this filter is applied to is based on the list table for oe_product in netFORUM, and any columns available there are available here.

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
string StorePricesFilter { get; }

Property Value

String
Remarks
While not strictly required, for performance reasons it is preferable to also include the StoreProductsFilter at the end of this filter with an and, which will prevent Ignition from unnecessarily loading prices for products it won't use.
See Also