Click or drag to resize
SKUInfoProvider.IsSKUInStockInternal Method
Indicates the real stock status of SKU based on SKU items available.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected virtual bool IsSKUInStockInternal(
	SKUInfo sku
)

Parameters

sku
Type: CMS.Ecommerce.SKUInfo
SKU data

Return Value

Type: Boolean
See Also