Click or drag to resize
SKUInfoProviderIsSKUAvailableForSale Method
Indicates if the given SKU can be bought by the customer based on the SKU inventory properties.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsSKUAvailableForSale(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data

Return Value

Type: Boolean
See Also