Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

Oracle CPQ we have requirement where we want to add traansaction lines with prices in single call

Hi ,

we want to create Tranasaction line we are using below api:

"

https://****.bigmachines.com/rest/v1/commerceDocumentsOraclecpqoTransaction/{Id}/transactionline

passing below as payload:

"{ "_part_number":"0-8P3SBFI", "requestedQuantity_l" : "25" }"

We have another API to change Prices once line added:

"https://****.bigmachines.com/rest/v2/commerceDocumentsOraclecpqoTransaction/{Id}/transactionLine/{Document number}/actions/save_l"

we are passing below inputs :

"{
"documents": {
"listPrice_l": 5.5000,
"leadTime_l": "1",
"uOM_l": "EA",
"isOptional_l": "False"
}
}"

can you tell do we have single api where we can merge both of them and call so when we create transaction we can have price as well and other attributes.no separate call. we are calling above apis from third party system we have maximum of 100 parts to be added to transaction . Currently we are making mutiple calls one to add parts second to update prices.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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