redactOrder

post

/ccadmin/v1/webhook/redactOrder

This is triggered upon a redact order event.

Request

Supported Media Types
Body ()
Root Schema : redactOrder_request
Type: object
Show Source
Example:
{
    "properties":[
        "shippingGroups.firstName",
        "shippingGroups.lastName",
        "paymentGroups.email",
        "paymentGroups.creditCardNumber"
    ]
}
Nested Schema : properties
Type: array
The names of the order properties to be redacted.
Show Source
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top