Show / Hide Table of Contents

    400 - Invalid Shipment Type

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

    The invalid_shipment_type error code is returned when an attempt is made to create or update a shipment but the shipment_type value provided is invalid.

    This error code will be returned, for example, if you attempt to create a new shipment and provide an invalid or unrecognised value for shipment_type, e.g.:

    {
      "shipment_type": "test",
      //other properties
    }
    
    Tip

    The valid values for shipment_type include:

    on_demand - the shipment is intended to be allocated to an on-demand carrier service scheduled - the shipment is intended to be allocated to a scheduled carrier service

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