action shipengine_get_warehouse_by_id { label: "Get Warehouse By Id" description: "Retrieve warehouse data based on the warehouse ID" provider: shipengine method: GET path: "/v1/warehouses/{warehouse_id}" encoding: json output: { type: "object" description: "A get warehouse by id response body" required: ["created_at", "name", "origin_address", "return_address", "warehouse_id"] additionalProperties: false } }