REST API to get Inventory UOM Conversions
Content
Hi,
Do we have any rest API to get inventory UOM conversions (Standard and Interclass conversions).
In EBS we used to have below one to get the conversion rates.
select
inv_convert.inv_um_convert_new (
item_id => 100000002580821
,precision => NULL
,from_quantity => 1
,from_unit => 'BOC'
,to_unit => 'EA'
,from_name => NULL
,to_name => NULL
,capacity_type => 'U'
)
from dual;
Similary if we have any in Cloud Inventory would help.
Thanks,
Venkatesh