Shipping - Multimodal
POST /estimates/shipping-multimodal
You can use this endpoint if you are combining more than one mode of transport for a shipment. For example, you can use this endpoint if you are shipping a shipment first by truck and then by sea. You need to provide the parameters for each step as described in their respective endpoints. Maximum number of steps is 5.
Parameter | type | required | default | description |
---|---|---|---|---|
steps | ShippingStep[] | true | Steps of the shipment. |
Return type
Parameter | type |
---|---|
id | ID |
response | MultimodalShippingResponse |