BundleInfoProviderAddSKUToBundle Method |
Sets relationship between specified bundle and SKU.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void AddSKUToBundle(
int bundleId,
int skuId
)
Parameters
- bundleId
- Type: SystemInt32
Bundle ID. - skuId
- Type: SystemInt32
SKU ID.
See Also