v1
latestOpenAPI 3.0.12026-07-2481208369.3 KBcarrier-selection
Run the carrier selection process on a existing partner shipment.
post/api/v1/deliveryexperience/shipment/{shipiumShipmentId}/carrierSelection
Path parameters
shipiumShipmentIdstring required
Request body
Example request
{
"packagingType": {
"packagingMaterial": "box",
"packagingSizeName": "13x12x10 Box",
"packagingTypeId": "ebd94f8b-d390-4c9c-987f-b88343f5bf45",
"linearDimensions": {
"linearUnit": "in",
"length": 13,
"width": 12,
"height": 10
},
"packagingWeight": {
"weightUnit": "lb",
"weight": 50
}
}
}Response
CarrierSelection provided.
Example response
{
"carrierDecision": {
"injectionDetails": {
"injectionCostDetails": {
"injectionLineItemRate": 2.3,
"injectionLineItemCurrencyCode": "usd"
}
},
"currencyCode": "USD"
},
"laneMatch": {
"laneId": "asdqwdq-qwd123ds-123asdwd-123asd",
"partnerLaneId": "custom partner provided id"
},
"cancellationDateTime": "2024-10-31T10:50:11.123456Z",
"currencyCode": "USD"
}