Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Commerce Cloud Order Validation Webhook SSE

SurendranDec 31 2024 — edited Dec 31 2024

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

This post has been answered by Surendran on Jan 2 2025
Jump to Answer
Comments
Post Details
Added on Dec 31 2024
1 comment
60 views