This error code will be returned, for example, if an attempt is made to create a shipment with an unrecognised address_type:

  {
  "addresses": [
    {
      "address_type": "dest",
      //other address properties
    }
  ]
}
  

The standard use case for addresses is to provide both an origin and a destination address.