List Container Types
This API endpoint can be used to retrieve a list of container types available for a particular carrier. Containers used
in LTL shipping include things like skids and pallets in addition to regular bags and boxes. These special container types
are referred to as packages
in ShipEngine API to streamline the terminology used across different types of shipping carriers.
Carrier IDs
Each of your LTL carriers has a unique carrier_id
in ShipEngine. You can use this carrier_id
for many other ShipEngine
endpoints to indicate which account to use.
Response Body
The response object returned from sucessful requests to this endpoint will contain a list of package types accepted by a carrier. Each package will contain the parameters listed in the table below. Pass the carrier_id
into the URL as shown in the Example Response section below.
Name | Type | Required | Description |
---|---|---|---|
code | string | ✔ | The code for the type of package accepted 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 accessorial service. |
Example Request
GET /v-beta/ltl/carriers/:carrier_id/packages