cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on CCM item price

Former Member
0 Kudos

Hi,

We have some catalog items with very small price, which reaches 3 digits after the decimal notation. For example, the price is 0.115 per 1 EA. But since SRM only accepts 2 digits after decimal notation, when the item was selected from CCM and transferred to SRM, the price is automatically changed to 0.12.

I know that in SRM freeform SC users can enter price per certain amount of quantity, for example, 1.15 per 10 EA. But how can I realize this from CCM? I noticed an attribute CCM/PRICE_BASIS_QUANTITY which I guess it can be used, but I don't know whether it is correct one and how to use it properly, also, if I use it, which OCI field I should map it in SRM. Can somebody help and advise?

Thanks and Regards,

Elly

Accepted Solutions (0)

Answers (1)

Answers (1)

lisa_sheil
Contributor
0 Kudos

Hi Elly,

Please use characterisitc /CCM/ORDER_UNIT in CCM, this passes as OCI parameter NEW_ITEM-UNIT. So it is filled with 10/100/1000 etc and the qty is divided by this unit.

This should do what you want here.

I hope this helps,

Kind Regards,

Lisa