400 - Invalid Physical Form
Tip
The invalid_physical_form
error code will be returned if you attempt to create or update a shipment
containing dangerous_goods
and do not provide a valid value for physical_form
.
This error code will be returned, for example, if you provide an unrecognised or invalid value for physical_form
when creating a new shipment
:
{
"dangerous_goods": {
"physical_form": "plasma"
}
}
Note
The valid values for physical_form
include:
Value | Description |
---|---|
gas |
The goods are in gas form |
liquid |
The goods are in liquid form |
solid |
The goods are in solid form |
other |
The goods are in some other form (i.e. not liquid , gas , or solid ) |