Skip to content

Commit b1523c2

Browse files
author
Paolo Lim
authored
CORE-137: Add UPS services (#91)
1 parent 25e29ff commit b1523c2

6 files changed

Lines changed: 413 additions & 8 deletions

File tree

data/cleansed/carrier-services.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,71 @@
164164
"name": "Economy Express Parcel",
165165
"carrier_id": "sf-express"
166166
},
167+
{
168+
"id": "ups-2nd-day-air",
169+
"name": "2nd Day Air",
170+
"carrier_id": "ups"
171+
},
172+
{
173+
"id": "ups-2nd-day-air-am",
174+
"name": "2nd Day Air AM",
175+
"carrier_id": "ups"
176+
},
177+
{
178+
"id": "ups-3-day-select",
179+
"name": "3 Day Select",
180+
"carrier_id": "ups"
181+
},
182+
{
183+
"id": "ups-access-point-economy",
184+
"name": "Access Point Economy",
185+
"carrier_id": "ups"
186+
},
187+
{
188+
"id": "ups-economy-mail-innovations",
189+
"name": "Economy Mail Innovations",
190+
"carrier_id": "ups"
191+
},
192+
{
193+
"id": "ups-expedited",
194+
"name": "Expedited",
195+
"carrier_id": "ups"
196+
},
197+
{
198+
"id": "ups-expedited-maii-innovations",
199+
"name": "Expedited MaiI Innovations",
200+
"carrier_id": "ups"
201+
},
202+
{
203+
"id": "ups-express",
204+
"name": "Express",
205+
"carrier_id": "ups"
206+
},
207+
{
208+
"id": "ups-express-1200",
209+
"name": "Express 1200",
210+
"carrier_id": "ups"
211+
},
167212
{
168213
"id": "ups-express-international",
169214
"name": "Express International",
170215
"carrier_id": "ups"
171216
},
217+
{
218+
"id": "ups-express-plus",
219+
"name": "Express Plus",
220+
"carrier_id": "ups"
221+
},
172222
{
173223
"id": "ups-express-saver",
174224
"name": "Express Saver",
175225
"carrier_id": "ups"
176226
},
227+
{
228+
"id": "ups-first-class-mail",
229+
"name": "First Class Mail",
230+
"carrier_id": "ups"
231+
},
177232
{
178233
"id": "ups-ground",
179234
"name": "Ground",
@@ -184,11 +239,91 @@
184239
"name": "International Import",
185240
"carrier_id": "ups"
186241
},
242+
{
243+
"id": "ups-maii-innovations-returns",
244+
"name": "MaiI Innovations Returns",
245+
"carrier_id": "ups"
246+
},
247+
{
248+
"id": "ups-next-day-air",
249+
"name": "Next Day Air",
250+
"carrier_id": "ups"
251+
},
252+
{
253+
"id": "ups-next-day-air-early",
254+
"name": "Next Day Air Early",
255+
"carrier_id": "ups"
256+
},
257+
{
258+
"id": "ups-next-day-air-saver",
259+
"name": "Next Day Air Saver",
260+
"carrier_id": "ups"
261+
},
262+
{
263+
"id": "ups-priority-mail",
264+
"name": "Priority Mail",
265+
"carrier_id": "ups"
266+
},
267+
{
268+
"id": "ups-priority-mail-innovations",
269+
"name": "Priority Mail Innovations",
270+
"carrier_id": "ups"
271+
},
272+
{
273+
"id": "ups-standard",
274+
"name": "Standard",
275+
"carrier_id": "ups"
276+
},
187277
{
188278
"id": "ups-standard-international",
189279
"name": "Standard International",
190280
"carrier_id": "ups"
191281
},
282+
{
283+
"id": "ups-today-dedicated-courier",
284+
"name": "Today Dedicated Courier",
285+
"carrier_id": "ups"
286+
},
287+
{
288+
"id": "ups-today-express",
289+
"name": "Today Express",
290+
"carrier_id": "ups"
291+
},
292+
{
293+
"id": "ups-today-express-saver",
294+
"name": "Today Express Saver",
295+
"carrier_id": "ups"
296+
},
297+
{
298+
"id": "ups-today-intercity",
299+
"name": "Today Intercity",
300+
"carrier_id": "ups"
301+
},
302+
{
303+
"id": "ups-today-standard",
304+
"name": "Today Standard",
305+
"carrier_id": "ups"
306+
},
307+
{
308+
"id": "ups-worldwide-economy",
309+
"name": "Worldwide Economy",
310+
"carrier_id": "ups"
311+
},
312+
{
313+
"id": "ups-worldwide-economy-ddu",
314+
"name": "Worldwide Economy DDU",
315+
"carrier_id": "ups"
316+
},
317+
{
318+
"id": "ups-worldwide-express-freight-midday",
319+
"name": "Worldwide Express Freight Midday",
320+
"carrier_id": "ups"
321+
},
322+
{
323+
"id": "ups-worldwide-express-freight.",
324+
"name": "Worldwide Express Freight",
325+
"carrier_id": "ups"
326+
},
192327
{
193328
"id": "usps-priority-mail-international",
194329
"name": "Priority Mail International",

data/cleansed/carriers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{
7878
"id": "ups",
7979
"name": "UPS",
80-
"tracking_url": "https://track.aftership.com/ups/"
80+
"tracking_url": "https://www.ups.com/track?loc=en_US\u0026tracknum="
8181
},
8282
{
8383
"id": "usps",

0 commit comments

Comments
 (0)