Click or drag to resize
ISKUPriceSourceFactory Interface
Defines the members for a factory creating creating site specific price sources.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface ISKUPriceSourceFactory

The ISKUPriceSourceFactory type exposes the following members.

Methods
  NameDescription
Public methodGetSKUListPriceSource
Returns a source of SKU list prices usable on the site specified by siteId.
Public methodGetSKUPriceSource
Returns a source of SKU prices usable on the site specified by siteId.
Top
See Also