Hi
I am trying to create an order validation webhook SSE based on oracle rest api document.
REST API for Oracle Commerce Cloud - orderValidation
While testing successful scenarios using the SSE , I am getting An invalid order response code was returned for order error . Please let me know anyone has faced similar issue before and what you did to fix it.
Currently I was using below response as mentioned by oracle . Tried with response code as 200 , 1000 ,2000, 5000 etc. Nothing worked .
{ "errors":[
],
"responseCode":"74505"
}
Thanks
Surendran