action shipengine_get_manifest_request_by_id { label: "Get Manifest Request By Id" description: "Get Manifest Request By Id" provider: shipengine method: GET path: "/v1/manifests/requests/{manifest_request_id}" encoding: json output: { type: "object" description: "A create manifest response body" required: ["carrier_id", "created_at", "form_id", "manifest_download", "manifest_id", "ship_date", "shipments", "submission_id", "warehouse_id"] additionalProperties: false } }