List Services
This API endpoint can be used to retrieve a list of service levels offered by a particular carrier. Service levels include things like standard delivery and guaranteed end of day delivery.
Carrier IDs
Each of your LTL carriers has a unique carrier_id
in ShipEngine. This ID represents your connection with a specific carrier and it is generated and returned when you connect a carrier account.
Response Body
The response object returned from sucessful requests to this endpoint will contain a list of services offered by a carrier. Each service will contain the parameters listed in the table below. To see a sample of a full response, see the Example Response section below.
Name | Type | Required | Description |
---|---|---|---|
code | string | ✔ | The code for the type of service offered by the carrier. |
features | list | ✔ | This is a list of which endpoints where these accessorial services may be used. |
name | string | ✔ | The name or short description of the service. |
Example Request
GET /v-beta/ltl/carriers/:carrier_id/services