orderFailure

post

/ccadmin/v1/webhook/orderFailure

Notifies external systems that an order submission failure has occurred with failure cause details.

Request

Supported Media Types
Body ()
Notifies an external system that an order has been deleted.
Root Schema : orderFailure_request
Type: object
Notifies an external system that an order has been deleted.
Show Source
Example:
{
    "returnedStatusCode":"N/A",
    "failedProcess":"Avalara Tax Processing",
    "failureCause":"Avalara Account Authentication Failure"
}
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