Show / Hide Table of Contents

    400 - Required Property Missing

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

    The required_property_missing error code will be returned when a request property is required but you did not provide a value.

    This error code could be returned in a variety of circumstances. The response will provide details of the required property that was found to be missing.

    This error code might be returned, for example, if you fail to provide any addresses when creating a shipment; at least 2 addresses are required for every shipment, e.g.:

    {
      "addresses": null,
      //other properties...
    }
    
    Back to top Copyright © Sorted Group 2023. Generated by DocFX