Failed Order State Update
(Doc ID 2316646.1)
Last updated on NOVEMBER 20, 2019
Applies to:
Oracle Commerce Cloud Service - Version N/A to N/AInformation in this document applies to any platform.
<
Symptoms
When attempting to update orders, if the http status returns 200 but the change doesn't reflect in the order, check you are using the correct protocol in the URI.
PUT
http://<ccadmin-host>/v1/orders/<order-number>
{
"state": "PROCESSING"
}
Even though http status response is 200 OK, but the order state value does not not change.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
Applies to: |