cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create a custom API for any object in SAP CPQ?

ankit__123__
Explorer
0 Kudos
740

Hi Experts

There is a requirement where we need to develop a custom API in SAP CPQ.
Is this possible?

Please advice

Thanks
Ankit

Accepted Solutions (1)

Accepted Solutions (1)

LukaPilipovic
Product and Topic Expert
Product and Topic Expert

Hi Ankit,

Custom API is basically a global script.
Therefore whatever is available workbench/scripting will be available through custom API.

Please have in mind that availability of certain objects still depends on user context (which is not specific to custom API as such).

Best regards,
Luka

ankit__123__
Explorer
0 Kudos

Thank you Luka...

LukaPilipovic
Product and Topic Expert
Product and Topic Expert
0 Kudos

ankit__123__ can you please accept the answer so topic can be considered as answered. Tnx

Sergey_L
Participant
0 Kudos

Forgive me if what I'm saying is wrong, but doesn't the scope of what a global script can do also encompass existing APIs? What I mean is - if some data is accessible via API but not via a script, can't a script be written to make standard API calls to SAP CPQ?

LukaPilipovic
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes slyakh2, it is possible to call APIs from scripting (not limited to CPQ APIs but sure they also can be called)

Answers (1)

Answers (1)

patrick_latour3
Explorer
0 Kudos
ankit__123__
Explorer
0 Kudos

Thank you Patrick