Show / Hide Table of Contents

    400 - Value Too Short

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

    The value_too_short error code will be returned when a property value is provided that is shorter than the permitted mimumum.

    This could be returned, for example, if you provide a metadata entry where the value or key are <1 characters (i.e. empty or null), e.g.:

    {
      "metadata": [
        {
          "key": "some_key",
          "value": ""
        }
      ]
    }
    
    Back to top Copyright © Sorted Group 2023. Generated by DocFX