Is there a way to log all incoming SFCC OCAPI requests?

251 Views Asked by At

Anybody knows if there is already a way to log all SFCC OCAPI calls, similar to the web service logs?

This unanswered question let's me think, there is no standard way, but maybe somebody knows of some workaround?

Thanks a lot!

1

There are 1 best solutions below

0
On

I think with custom development you should be able to achieve it. Use the OCAPI hooks, and output logging information in the before hooks for each endpoint you are calling.