I am able to buy Shipment for Priority using
shipment.Buy(shipment.LowestRate(includeCarriers: new List<string> { "USPS" }, includeServices: new List<string>() { "Priority" }));
How can I buy Media Mail instead of Priority?
I tried shipment.Create() and checked shipment.rates but there only available option are Priority and Express.