Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

ServiceType Property

Identifies the UPS service type (applicable to US domestic shipments) to use in a ship request.

Syntax

[VB.NET]
Public Property ServiceType As ServiceTypes

[C#]
public ServiceTypes ServiceType {get; set;}

enum UpsshipServiceTypes { stUnspecified, stFedExPriorityOvernight, stFedExStandardOvernight, stFedExFirstOvernight, stFedEx2Day, stFedExExpressSaver, stFedExGround, stFedExGroundHomeDelivery, stFedEx1DayFreight, stFedEx2DayFreight, stFedEx3DayFreight, stFedExInternationalPriority, stFedExInternationalEconomy, stFedExInternationalFirst, stFedExInternationalPriorityFreight, stFedExInternationalEconomyFreight, stFedExEuropeFirstInternationalPriority, stFedExSmartPost, stFedEx2DayAM, stFedExFirstFreight, stFedExInternationalGround, stFedExFreightEconomy, stFedExFreightPriority, stUPSFirstClass, stUPSPriorityMail, stUPSExpeditedMailInnovations, stUPSPriorityMailInnovations, stUPSEconomyMailInnovations, stUPSNextDayAir, stUPSExpress, stUPS2ndDayAir, stUPSGround, stUPSWorldwideExpress, stUPSWorldwideExpedited, stUPSExpedited, stUPSStandard, stUPS3DaySelect, stUPSNextDayAirSaver, stUPSSaver, stUPSNextDayAirEarlyAM, stUPSExpressEarlyAM, stUPSWorldwideExpressPlus, stUPSExpressPlus, stUPS2ndDayAirAM, stUPSTodayStandard, stUPSTodayCourrier, stUPSTodayInterCity, stUPSTodayExpress, stUPSTodayExpressSaver, stUPSWorldwideExpressFreight, stUPSSurePostLessThan1LB, stUPSSurePost1LBOrGreater, stUPSSurePostBPM, stUPSSurePostMedia, stUSPSExpress, stUSPSFirstClass, stUSPSPriority, stUSPSParcelPost, stUSPSMedia, stUSPSLibrary, stUSPSOnline, stUSPSGlobalExpress, stUSPSParcelSelect, stUSPSCriticalMail, stUSPSStandardMail, stUSPSExpressMailInternational, stUSPSFirstClassMailInternational, stUSPSPriorityMailInternational, stCanadaRegularParcel, stCanadaExpeditedParcel, stCanadaXpresspost, stCanadaLibrary, stCanadaPriority, stCanadaPriorityEnvelopeUSA, stCanadaPriorityPakUSA, stCanadaPriorityParcelUSA, stCanadaXpresspostUSA, stCanadaExpeditedParcelUSA, stCanadaSmallPacketAirUSA, stCanadaTrackedPacketUSA, stCanadaTrackedPacketLVMUSA, stCanadaPriorityEnvelopeInternational, stCanadaPriorityPakInternational, stCanadaPriorityParcelInternational, stCanadaXpresspostInternational, stCanadaSmallPacketAirInternational, stCanadaSmallPacketLandInternational, stCanadaParcelAirInternational, stCanadaParcelLandInternational, stCanadaTrackedPacketInternational, stFedExDistanceDeferred, stFedExNextDayAfternoon, stFedExNextDayEarlyMorning, stFedExNextDayEndOfDay, stFedExNextDayFreight, stFedExNextDayMidMorning }

Remarks

This property is required to be provided in a ship request when the GetShipmentLabels method is called.

Valid values for UPS are:

stUPSFirstClass(35) US Domestic Shipments, requires a contract with Mail Innovations, single package shipments only
stUPSPriorityMail(36) US Domestic Shipments, requires a contract with Mail Innovations, single package shipments only
stUPSExpeditedMailInnovations(37) US Domestic Shipments, requires a contract with Mail Innovations, single package shipments only
stUPSNextDayAir (40) US Domestic Shipments
stUPS2ndDayAir (42) US Domestic Shipments
stUPSGround (43) US Domestic Shipments
stUPS3DaySelect (48) US Domestic Shipments
stUPSNextDayAirSaver (49) US Domestic Shipments
stUPSSaver (50) US Domestic Shipments, only available when shipping to remote parts of Alaska or Hawaii
stUPSNextDayAirEarlyAM (51) US Domestic Shipments
stUPS2ndDayAirAM (55) US Domestic Shipments

This property is not available at design time.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0