I'm implementing a catalog solution which uses OCI punchout to send selected articles.
For that I'm using an HTML form which is submitted to HOOK_URL with a POST request.
Is there any way to know if the data was processed / imported correct on the server?
I might need a callback to know if it was a success / failed punchout to do some other things on our side.