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!
|
|
|
|
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.