Identifies the carrier that will deliver the shipment.

CarrierCode

interface CarrierCode {
    carrierCodeType?: "SCAC";
    carrierCodeValue?: string;
}

Properties

carrierCodeType?: "SCAC"

CarrierCode

carrierCodeValue?: string

Value of the carrier code.

CarrierCode