You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST API to get Inventory UOM Conversions

edited Sep 16, 2020 7:35AM in Inventory Management 3 comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!