action shipengine_get_shipment_by_id { label: "Get Shipment By ID" description: "Get an individual shipment based on its ID" provider: shipengine method: GET path: "/v1/shipments/{shipment_id}" encoding: json output: { type: "object" description: "A get shipment by id response body" additionalProperties: false } }