A valid request URL is required to generate request examples{
"createdDate": "2023-11-07T05:31:56Z",
"messages": [
{
"message": "<string>",
"messageType": "<string>",
"orderItemId": "<string>"
}
],
"status": "<string>",
"validationId": "<string>",
"validatorName": "<string>",
"validatorType": "<string>"
}Adds a validation result to an order from an external system. This endpoint is used by asynchronous validators that review orders after submission and push results back into Kibo — for example, a fraud service that processes orders in a background queue. The validationId and createdDate fields are required. The status value (Pass, Review, Fail, or Error) determines whether the order proceeds to fulfillment or is held in PendingReview. See the Order Validators and Fraud Check Applications guide for the full schema, status effects, and implementation guidance.
A valid request URL is required to generate request examples{
"createdDate": "2023-11-07T05:31:56Z",
"messages": [
{
"message": "<string>",
"messageType": "<string>",
"orderItemId": "<string>"
}
],
"status": "<string>",
"validationId": "<string>",
"validatorName": "<string>",
"validatorType": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization header using the Bearer scheme.
Unique identifier of the order to which you want to add a note.
limits which fields are returned in the response body
The order validation result.
The result of an order validator.
DateTime that this validation result was created
Messages returned by the order validator
Show child attributes
Status of the order validation result. See OrderValidatorStatusConst for options.
Identifier set by the capability that states the id of this specific validation attempt
Identifier set by the capability that states the specific name of this validator.
Identifies the type of the validator (types are enumerated in OrderValidatorTypeConst)
Success
The result of an order validator.
DateTime that this validation result was created
Messages returned by the order validator
Show child attributes
Status of the order validation result. See OrderValidatorStatusConst for options.
Identifier set by the capability that states the id of this specific validation attempt
Identifier set by the capability that states the specific name of this validator.
Identifies the type of the validator (types are enumerated in OrderValidatorTypeConst)