Skip to main content
Use these values in the originType and destType fields. The location type affects accessorial charges — for example, residential locations incur a residential delivery surcharge automatically.

Available types

TypeDescription
business dockCommercial location with a loading dock (default)
business no dockCommercial location without a loading dock
residentialHome or residential address
limited accessLocation with restricted access
trade showTrade show or exhibition venue
constructionActive construction site
farmAgricultural or farm location
militaryMilitary base or installation
airportAirport facility
place of worshipChurch, mosque, temple, etc.
schoolEducational institution
mineMining operation
pierDock or pier facility

How location types affect pricing

Non-standard locations (anything other than business dock) typically incur additional accessorial charges from carriers. These charges are applied automatically based on the location type — you do not need to add them to the charges array separately. Common surcharges:
  • Residential — Residential pickup/delivery fee
  • Limited access — Limited access surcharge
  • Liftgate — Often required at locations without a dock (but must be requested separately via accessorials)

Example

{
  "originPostalCode": "60601",
  "originType": "business dock",
  "destPostalCode": "90210",
  "destType": "residential"
}