v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
carriers

List Carrier Package Types

List the package types associated with the carrier

get/v1/carriers/{carrier_id}/packages

Response

The request was a success.

Example response

{
  "packages": [
    {
      "package_id": "se-28529731",
      "package_code": "small_flat_rate_box",
      "name": "laptop_box",
      "description": "Packaging for laptops"
    }
  ]
}