Show / Hide Table of Contents

    400 - Value Too Small

    • v2
    • validation
    • pro
    • api
    • shipments
    • error
    • 400
    Tip

    The value_too_small error code is returned when a single value is small than the permitted minimum.

    This could be returned for example, if the minimum value for longitude is exceeded when specifying a lat_long value for an address, e.g.:

    {
      "addresses": [
        {
          "address_type": "destination",
          "lat_long": {
            "latitude": 55.4112,
            "longitude": -987.22
          }
        }
      ]
    }
    
    Tip

    The minimum value for latitude is -90, and the minimum value for longitude is -180. Other properties may have different minimum values specified.

    Back to top Copyright © Sorted Group 2023. Generated by DocFX