action storecove_get_legal_entity { label: "Get LegalEntity" description: "Get a specific LegalEntity." provider: storecove method: GET path: "/legal_entities/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" } }