Click or drag to resize
TaxClassInfoProviderGetSKUTaxClasses Method
Returns DataSet with all the tax classes that are assigned to the specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TaxClassInfo> GetSKUTaxClasses(
	int skuId
)

Parameters

skuId
Type: SystemInt32
SKU ID

Return Value

Type: ObjectQueryTaxClassInfo
See Also