400 - Invalid Shipment Type
Tip
The invalid_shipment_type
error code is returned when an attempt is made to create or update a shipment
but the shipment_type
value provided is invalid.
This error code will be returned, for example, if you attempt to create a new shipment
and provide an invalid or unrecognised value for shipment_type
, e.g.:
{
"shipment_type": "test",
//other properties
}
Tip
The valid values for shipment_type
include:
on_demand
- the shipment
is intended to be allocated to an on-demand carrier service
scheduled
- the shipment
is intended to be allocated to a scheduled carrier service