UPS
Overview
United Parcel Service (UPS), an American multinational, famous for worldwide shipping and receiving services, is the world's premier package delivery company and a leading provider of global supply chain management solutions. UPS Supply Chain Solutions helps customers in managing complex transportation systems so they can optimize, track, plan, assess, stay flexible and more.
Onboarding of a UPS Carrier Account
We do not support UPS carrier onboarding from API as of now.
API Operations for Shipping with UPS
The APIs integrate with UPS through the following operations:
Operations | Method | Resource Path |
---|---|---|
Add a Carrier Account | POST | /api/v1/carrierAccounts |
Rate a Parcel | POST | /api/v1/rates |
Create a Shipping Label | POST | /api/v1/shipments |
Reprint a Label | GET | /api/v1/shipments/{{shipmentId}}/reprint |
Void a Label | PUT | /api/v1/shipments/{{shipmentId}}/cancel |
Get Tracking Information | GET | /api/v1/tracking/{{trackingNumber}} |
UPS also supports
shipmentByRateShop
operations:Operations | Method | Resource Path |
---|---|---|
Create a Shipping Label | POST | /api/v2/shipments |
Reprint a Label | POST | /api/v2/shipments/reprint |
Void a Label | POST | /api/v2/shipments/cancel |
Metadata
Metadata provides information about UPS carrier services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries.