This error code will be returned, for example, if you attempt to create a shipment with a country_iso_code of US but do not provide a valid US state in the region property, e.g.:

  {
  "addresses": [
    {
      "address_type": "destination",
      "country_iso_code": "US",
      "region": "Lancashire"
    }
  ]
}