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>"
}
]Retrieves all validation results stored on an order. Each result represents the outcome of an order validator capability — such as a fraud check — that was called when the order was submitted. Results include the validator status (Pass, Review, Fail, or Error), validator type, and any messages returned by the validator. See the Order Validators and Fraud Check Applications guide for full details on how validation results affect order state.
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
Success
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)