action shipengine_connect_carrier { label: "Connect a carrier account" description: "Connect a carrier account" provider: shipengine method: POST path: "/v1/connections/carriers/{carrier_name}" encoding: json input: { type: "object" } output: { type: "object" description: "A connect account response body" required: ["carrier_id"] properties: { carrier_id: { description: "A string that uniquely identifies the carrier" type: "object" } } additionalProperties: false } }