redactOrder

post

/ccagent/v1/orders/{id}/redact

Redacts the given properties of the specified order.

Request

Supported Media Types
Path Parameters
Body ()
Notifies an external system that an order has been redacted.
Root Schema : redactOrder_request
Type: object
Notifies an external system that an order has been redacted.
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |13037|Missing required property: properties| |28401|Error redacting order.| |28403|The following properties are blocked from redaction, please remove from the set of properties to be redacted - {0}| |28404|Order with id {0} cannot be found.| |28405|Property of type RepositoryItem cannot be redacted, invalid property : {0}| |28405|Property of type Enumerated cannot be redacted, invalid property : {0}| |28405|Property is non writable and cannot be redacted, invalid property : {0}|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top