IStoreProductFqlFiltersStorePriceAttributesFilter Property

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

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
string StorePriceAttributesFilter { get; }

Property Value

String

Remarks

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

See Also