Click or drag to resize
SKUUrlService Class
Service for retrieving absolute live site URL of a product.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceSKUUrlService

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public class SKUUrlService : ISKUUrlService

The SKUUrlService type exposes the following members.

Constructors
  NameDescription
Public methodSKUUrlService
Top
Methods
  NameDescription
Public methodGetSKUUrl
Returns absolute live site URL of a product. If sku represents product variant, returns URL to the main product.
Top
See Also