1

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!

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Andreas
  • 1,691
  • 1
  • 15
  • 34

1 Answers1

0

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.