Click or drag to resize
TaxClassInfoProviderGetTaxes Method (Int32, Int32, Int32, String)
Returns DataSet with all the taxes that are applied to the specified product and their values according to the specified country, state and zip code.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetTaxes(
	int skuId,
	int countryId,
	int stateId,
	string zipCode
)

Parameters

skuId
Type: SystemInt32
SKU ID
countryId
Type: SystemInt32
Country ID
stateId
Type: SystemInt32
State ID
zipCode
Type: SystemString
ZIP code - for later use, not implemented yet.

Return Value

Type: DataSet
See Also