UPS Ground Freight
ShipEngine's integration with UPS allows you to take advantage of UPS Ground Freight pricing (GFP).
UPS Ground Freight is not listed as a UPS service. Instead, it is considered advanced option. However, GFP is not returned in the list of advanced options when you list carrier options.
The examples below will demonstrate how to get rates for a UPS Ground Freight shipment and create a label for a UPS Ground Freight shipment.
Understanding Freight Classifications (NMFC)
Freight classifications are derived from the National Motor Freight Traffic Association. Your freight package will fall into one of the 18 supported freight classifications (otherwise known as the NMFC, short for National Motor Freight Classification).
The classes range from 50 to 500 and there are many tools online to help determine which estimated freight class you'll fall into. For example, lighter but larger items are going to be the higher classes while heavier but smaller items are going to be the lower classes.
Supported Freight Classes
- 50
- 55
- 60
- 65
- 70
- 77.5
- 85
- 92.5
- 100
- 110
- 125
- 150
- 175
- 200
- 250
- 300
- 400
- 500
Rating a UPS Ground Freight Shipment
When getting rates, GFP rates will not be returned unless explicitly requested. This means, you need to make two separate rate calls for ups_ground
and ups_ground_freight
in order to compare them.
To use UPS Ground Freight rating, you will provide two properties in the advanced options object for the shipment: use_ups_ground_freight_pricing
and freight_class
.
Example Rate Request & Response
This example includes the necessary values in a request to the rates endpoint.
Response
Create a Label for UPS Ground Freight
Similar to rating a UPS Ground Freight shipment, a label requires the service_code
property and then the advanced_options
object with the freight_class
property.
Example Label Request & Response
This example includes the necessary values in a request to the labels endpoint.
Response