400 - Unit Mismatch
Tip
The unit_mismatch
error code will be returned if the value for two or more units
does not match within a single request.
This can occur in 3 key situations:
- when the
weight.unit
value in multipleshipment_contents
differs (e.g. oneshipment_contents
specifieskg
and another specifieslb
) - when the
dimensions.unit
value in multipleshipment_contents
differs (e.g. oneshipment_contents
specifiescm
and another specifiesin
) - when the
currency
value does not match across multipleshipment_contents
(e.g. oneshipment_contents
specifiesGBP
and another specifiesUSD
)