Click or drag to resize
SKUInfoProviderSetSKUInfoInternal Method
Sets (updates or inserts) specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetSKUInfoInternal(
	SKUInfo skuObj
)

Parameters

skuObj
Type: CMS.EcommerceSKUInfo
Product to be set
See Also