action shipengine_get_package_type_by_id { label: "Get Custom Package Type By ID" description: "Get Custom Package Type by ID" provider: shipengine method: GET path: "/v1/packages/{package_id}" encoding: json output: { type: "object" description: "A get package type by id response body" additionalProperties: false } }