cancel
Showing results for 
Search instead for 
Did you mean: 

How to load catalogue content with volume based pricing.

Former Member
0 Kudos

Dear All,

We have some suppliers who charge us variable prices for certain goods based on qauntity. The higher the quantity the lower/cheaper the unit price. e.g

1 = 1GBP

5 = 3GBP

10 = 6GBP

15 = 10GBP

How do I load content to enable this priceing scenario?

Please provide me sample upload file for above price scenario amd mail to grace.taylor2@yahoo.co.uk.

Also, I understand that we need to implement some BADIs for volume based pricing to work.

Which badis are these?

Thanks,

Grace

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Grace,

BADI /CCM/CSE_ENRICHMENT Implementation /CCM/CSE_OCISCALEPRI needs to be activated so that the Price scales are passed correctly to EBP.

To load price scales in CSV use the format

Price

/ccm/price[1]#/ccm/amount

Currency

/ccm/price[1]#/ccm/currency_code

Lower Bound

/ccm/price[1]#/ccm/lower_bound

Price

/ccm/price[2]#/ccm/amount

Currency

/ccm/price[2]#/ccm/currency_code

Lower Bound

/ccm/price[2]#/ccm/lower_bound

etc etc.

Hope this helps.

Regards

Chris