SKUTaxClassInfoProviderAddTaxClassToSKU Method |
Sets relationship between specified SKU and tax class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void AddTaxClassToSKU(
int taxClassId,
int skuId
)
Parameters
- taxClassId
- Type: SystemInt32
Tax class ID - skuId
- Type: SystemInt32
SKU ID
See Also