action shipengine_get_carrier_by_id { label: "Get Carrier By ID" description: "Retrive carrier info by ID" provider: shipengine method: GET path: "/v1/carriers/{carrier_id}" encoding: json output: { type: "object" description: "A get carrier by id response body" additionalProperties: false } }