UpdateShipmentCarrierAndMethod
updateShipmentCarrierAndMethod
Authorizations
Body
shipmentIdstringOptional
shipmentRouteSegmentIdstringOptional
deliveryIdstringOptional
originFacilityIdstringOptional
destFacilityIdstringOptional
originContactMechIdstringOptional
originTelecomNumberIdstringOptional
destContactMechIdstringOptional
destTelecomNumberIdstringOptional
carrierPartyIdstringOptional
shipmentMethodTypeIdstringOptional
carrierServiceStatusIdstringOptional
carrierDeliveryZonestringOptional
carrierRestrictionCodesstringOptional
carrierRestrictionDescstringOptional
billingWeightnumberOptional
billingWeightUomIdstringOptional
actualTransportCostnumberOptional
actualServiceCostnumberOptional
actualOtherCostnumberOptional
actualCostnumberOptional
currencyUomIdstringOptional
actualStartDatestring · date-timeOptional
actualArrivalDatestring · date-timeOptional
estimatedStartDatestring · date-timeOptional
estimatedArrivalDatestring · date-timeOptional
trackingIdNumberstringOptional
trackingDigeststringOptional
updatedByUserLoginIdstringOptional
lastUpdatedDatestring · date-timeOptional
homeDeliveryTypestringOptional
homeDeliveryDatestring · date-timeOptional
thirdPartyAccountNumberstringOptional
thirdPartyPostalCodestringOptional
thirdPartyCountryGeoCodestringOptional
upsHighValueReportstringOptional
trackingUrlstringOptional
codReturnLabelImagestringOptional
codReturnLabelHtmlstringOptional
codCollectionAmountnumberOptional
carrierAccountNumberstringOptional
carrierServicestringOptional
isGenerateThirdPartyLabelstringOptional
isTrackingRequiredstringOptional
referenceNumberstringOptional
actualCarrierCodestringOptional
labelImagestringOptional
labelImageUrlstringOptional
labelHtmlstringOptional
requestedDeliveryDatestring · dateOptional
requestedDeliveryTimestringOptional
requestedShipMethTypeIdstringOptional
deliveryWindownumber · doubleOptional
lastUpdatedStampstring · date-timeOptional
orderIdstringOptional
shipGroupSeqIdstringOptional
Responses
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
put
PUT /rest/s1/poorti/updateShipmentCarrierAndMethod HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 1621
{
"shipmentId": "text",
"shipmentRouteSegmentId": "text",
"deliveryId": "text",
"originFacilityId": "text",
"destFacilityId": "text",
"originContactMechId": "text",
"originTelecomNumberId": "text",
"destContactMechId": "text",
"destTelecomNumberId": "text",
"carrierPartyId": "text",
"shipmentMethodTypeId": "text",
"carrierServiceStatusId": "text",
"carrierDeliveryZone": "text",
"carrierRestrictionCodes": "text",
"carrierRestrictionDesc": "text",
"billingWeight": 1,
"billingWeightUomId": "text",
"actualTransportCost": 1,
"actualServiceCost": 1,
"actualOtherCost": 1,
"actualCost": 1,
"currencyUomId": "text",
"actualStartDate": "2025-07-12T06:34:39.230Z",
"actualArrivalDate": "2025-07-12T06:34:39.230Z",
"estimatedStartDate": "2025-07-12T06:34:39.230Z",
"estimatedArrivalDate": "2025-07-12T06:34:39.230Z",
"trackingIdNumber": "text",
"trackingDigest": "text",
"updatedByUserLoginId": "text",
"lastUpdatedDate": "2025-07-12T06:34:39.230Z",
"homeDeliveryType": "text",
"homeDeliveryDate": "2025-07-12T06:34:39.230Z",
"thirdPartyAccountNumber": "text",
"thirdPartyPostalCode": "text",
"thirdPartyCountryGeoCode": "text",
"upsHighValueReport": "text",
"trackingUrl": "text",
"codReturnLabelImage": "text",
"codReturnLabelHtml": "text",
"codCollectionAmount": 1,
"carrierAccountNumber": "text",
"carrierService": "text",
"isGenerateThirdPartyLabel": "text",
"isTrackingRequired": "text",
"referenceNumber": "text",
"actualCarrierCode": "text",
"labelImage": "text",
"labelImageUrl": "text",
"labelHtml": "text",
"requestedDeliveryDate": "2025-07-12",
"requestedDeliveryTime": "text",
"requestedShipMethTypeId": "text",
"deliveryWindow": 1,
"lastUpdatedStamp": "2025-07-12T06:34:39.230Z",
"orderId": "text",
"shipGroupSeqId": "text"
}
No content
Was this helpful?