On this page
article
400 - Invalid Accessibility
The error code
invalid_accessibility is returned when a request is made the includes an invalid value for the accessibility property of dangerous_goods.This error code would be returned, for example, when an attempt is made to create a shipment containing details of dangerous_goods but the accessibility property has a value other than accessible or inaccessible:
{
"dangerous_goods": {
"accessibility": "invalid",
//other properties...
}
}