pub fn get_order_by_id(order_id: &str) -> Option<Order>
Expand description

Get an object with information about a specific order, in the same format as returned by get_all_orders

Screeps documentation