• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Snowfox
#1 Posted : Friday, January 21, 2011 9:21:38 AM(UTC)
Snowfox

Rank: Member

Joined: 10/27/2010(UTC)
Posts: 2

Does anyone have a cross reference table to show what the different Shipping Provider Service Codes are for UPS?


(I.E. I'm pretty sure 13 = UPS Next Day Air Saver)



Thanks!
Marcus
#2 Posted : Saturday, January 22, 2011 7:59:32 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Code:



namespace BVSoftware.Shipping.Ups
{

public enum ServiceType
{
NextDayAir = 1,
SecondDayAir = 2,
Ground = 3,
WorldwideExpress = 7,
WorldwideExpedited = 8,
Standard = 11,
ThreeDaySelect = 12,
NextDayAirSaver = 13,
NextDayAirEarlyAM = 14,
WorldWideExpressPlus = 54,
SecondDayAirAM = 59,
ExpressSaver = 65
}

}
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012