using CdekSdk.DataContracts;
public static void Main()
var client = new CdekClient
var tariffs = client.CalculateTariffList(new TariffListRequest
DeliveryType = DeliveryType.Delivery,
FromLocation = new Location { CityCode = 270 },
ToLocation = new Location { CityCode = 44 },
FiddleHelper.WriteTable(tariffs.TariffCodes);