action evetech_get_corporations_corporation_id_orders { label: "List open orders from a corporation" description: "List open market orders placed on behalf of a corporation\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/orders/`\n\nAlternate route: `/v3/corporations/{corporation_id}/orders/`\n\n---\nThis route is cached for up to 1200 seconds\n\n---\nRequires one of the following EVE corporation role(s): Accountant, Trader\n" provider: evetech method: GET path: "/corporations/{corporation_id}/orders/" encoding: json output: { type: "object" additionalProperties: true } }