Click or drag to resize
VolumeDiscountInfoProviderGetVolumeDiscountsInternal Method
Returns query for volume discounts related to specified product(SKU). Records are ordered by VolumeDiscountMinCount field.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<VolumeDiscountInfo> GetVolumeDiscountsInternal(
	int skuId
)

Parameters

skuId
Type: SystemInt32
SKU id

Return Value

Type: ObjectQueryVolumeDiscountInfo
See Also