A valid request URL is required to generate request examples[
{
"validationId": "<string>",
"validatorName": "<string>",
"validatorType": "<string>",
"status": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"messages": [
{
"orderItemId": "<string>",
"messageType": "<string>",
"message": "<string>"
}
]
}
]Gets list of validation results on an order.
A valid request URL is required to generate request examples[
{
"validationId": "<string>",
"validatorName": "<string>",
"validatorType": "<string>",
"status": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"messages": [
{
"orderItemId": "<string>",
"messageType": "<string>",
"message": "<string>"
}
]
}
]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
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)
Status of the order validation result. See OrderValidatorStatusConst for options.
DateTime that this validation result was created
Messages returned by the order validator
Show child attributes