Get a Single LTL Carrier
This API endpoint returns a list of helpful information about a single LTL carrier account, including the available accessorial services, container types, and service levels for that particular LTL carrier account.
Carrier IDs
There is a unique carrier_id
in ShipEngine for each of your LTL carriers. Use this carrier_id
for many other ShipEngine
endpoints to indicate a specific account you want to use.
This unique ID represents your connection with a specific carrier, and ShipEngine generates and returns this unique carrier_id
when you
connect a carrier account.
Container Types and Accessorial Services
If you have experience with LTL shipping, you are probably familiar with speaking about LTL shipments in terms of the
container used for shipping as well as the possible accessorial services you may wish to use. In ShipEngine API, we
have streamlined the terminology across different kinds of carriers. Any time you see package
, this refers to the
LTL shipper's container type offerings. Likewise, accessorial services are simply referred to as options
in ShipEngine API.
Example
GET /v-beta/ltl/carriers/:carrier_id