TForce Freight Accessorial Codes
13 accessorial codes for TForce Freight, each mapped to the service it represents and labelled with where the value came from.
No match in TForce Freight's codes. Search every carrier →
LIFO
spec
Lift gate required
serviceOptions.pickup
LIFD
spec
Lift gate required
serviceOptions.delivery
GLS also uses LIFD for liftgate delivery; the codes are unrelated even though they match.
INPU
spec
Inside Pickup
serviceOptions.pickup
INDE
spec
Inside Delivery
serviceOptions.delivery
RESP
spec
Residential Pickup
serviceOptions.pickup
The same string is used by other carriers for the same service — always send it with the carrier in mind.
RESD
spec
Residential Delivery
serviceOptions.delivery
LAPU
spec
Limited Access Pickup
serviceOptions.pickup
LADL
spec
Limited Access Delivery
serviceOptions.delivery
NTFN
spec
Delivered after calling the consignee
serviceOptions.delivery
TRPU
spec
Trade Show Pickup
serviceOptions.pickup
TRDS
spec
Trade Show Delivery
serviceOptions.delivery
GWHD
spec
Grocery Warehouse Delivery
serviceOptions.delivery
IBFD
spec
In-bond freight pickup
serviceOptions.pickup
Every code above was read from the carrier’s machine-readable API specification.
How codes are sent
Pickup and delivery codes live in separate arrays (serviceOptions.pickup and serviceOptions.delivery) and are not interchangeable.
Same lookup at another carrier
Common questions
How many accessorial codes does TForce Freight have?
TForce Freight publishes 13 accessorial codes across pickup, delivery and shipment-level services. Each one is listed with the service it maps to and the source the value was read from.
What is the TForce Freight liftgate code?
TForce Freight uses LIFD for liftgate delivery, sent in the serviceOptions.delivery field. Other carriers spell the same service differently, so the code is only valid for TForce Freight.
What is the TForce Freight residential delivery code?
TForce Freight uses RESD for residential delivery. Residential surcharges apply to any address the carrier classifies as non-commercial, which can include home businesses.
How are accessorial codes sent to TForce Freight?
Pickup and delivery codes live in separate arrays (serviceOptions.pickup and serviceOptions.delivery) and are not interchangeable.
Is the TForce Freight accessorial code list free to use?
Yes. The lookup is free with no signup, and the same data is available from the /api/accessorials REST endpoint on every plan including the free tier.
Need this programmatically? /api/accessorials/carrier/tforce returns the same data as JSON on every plan.