IStoreProductFqlFilters Interface
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public interface IStoreProductFqlFilters
Public Interface IStoreProductFqlFilters
public interface class IStoreProductFqlFilters
type IStoreProductFqlFilters = interface end
StoreDiscountsFilter |
Filter to define what constitutes a Discount when loaded from the StoreProductRepository
The query this filter is applied to is based on the list table for
oe_price (*not* oe_discount_product) in netFORUM, and any columns available there are available here.
|
StoreMembershipPackageComponentsFilter |
Filter to define what constitutes a PackageComponent
The query this filter is applied to is based on the list table for
oe_product_package in netFORUM, and any columns available there are available here.
|
StoreMembershipPackagesFilter |
Filter to define what constitutes a MembershipPackage
The query this filter is applied to is based on the list table for
oe_package in netFORUM, and any columns available there are available here.
|
StorePriceAttributesFilter |
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.
|
StorePricesFilter |
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.
|
StoreProductsFilter |
Filter to define what constitutes a StoreProduct.
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.
|