On this page
article
400 - Invalid Value
The
invalid_value error code is a ‘general’ error code returned when the value for a given property is not valid.This error code could be returned, for example, if you provided a negative value for weight when creating a shipment, e.g.:
{
"contents": [
{
"weight": {
"value": -12,
"unit": "kg"
}
}
]
}