Get all the errors from a sales import batch
Path Parameters
- id string
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema array
- key integer
The key of the error
- message string
Error message
[
{
"key": "1",
"message": "Invalid characters"
}
]
Validation error in request, details can be found in the body of the response