Site Logo

UPS Ground Freight

ShipEngine allows you to take advantage of UPS Ground Freight pricing (GFP).

These advanced options will allow you 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 classification (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; and heavier but smaller items are going to be the lower classes.

Defined 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

To use UPS Ground Freight rating, you should provide two advanced options in the shipment object.

1
2
3
4
5
6
{
"advanced_options": {
"use_ups_ground_freight_pricing": true,
"freight_class": "50"
}
}

Create a Label for UPS Ground Freight

Similar to rating a Ground Freight Shipment, a label requires a service code and then a freight class.

1
2
3
4
5
6
{
"service_code": "ups_ground_freight",
"advanced_options": {
"freight_class": "50"
}
}