Show / Hide Table of Contents

    400 - Invalid Value

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

    The invalid_value error code is a "general" error code returned when the value for a given property is not valid.

    This error code could be returned, for example, if you provided a negative value for weight when creating a shipment, e.g.:

    {
      "contents": [
        {
          "weight": {
            "value": -12,
            "unit": "kg"
          }
        }
      ]
    }
    
    Back to top Copyright © Sorted Group 2023. Generated by DocFX