Show / Hide Table of Contents

    400 - Value Too Long

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

    The value_too_long error code will be returned if the length of a provided value is longer than the permitted maximum.

    This error code would be returned for example, if a property had a maximum length of 50 characters but you provided 51 or more characters in your request, e.g.:

    {
      "metadata": [
        {
          "key": "AVCZRVMHTTOTLMRJVOVLNCNCMXTZLBOQRAWDZXCDSEVTKNDTBSJJGHVXCCLJ", //60 characters
        }
      ]
    }
    
    Back to top Copyright © Sorted Group 2023. Generated by DocFX