{
  "id": 2,
  "position": 1,
  "updated_at": "2026-04-11T01:00:42.000+03:00",
  "created_at": "2009-03-30T04:37:32.000+04:00",
  "charge_up_to": "2500.0",
  "inverted": false,
  "show_zip_code": false,
  "title": "new title",
  "description": "new description",
  "type": "DeliveryVariant::PriceDepend",
  "min_order_sum": null,
  "show_calendar_in_checkout": null,
  "delivery_date_required": null,
  "forbid_weekends": null,
  "utc_from_address": null,
  "estimated_delivery_period": null,
  "order_time_is_later": null,
  "forbidden_days": null,
  "show_time_intervals_in_checkout": null,
  "time_intervals_required": null,
  "min_price": 200.0,
  "payment_delivery_variants": [
    {
      "id": 42,
      "payment_gateway_id": 3,
      "created_at": "2026-04-11T01:00:42.000+03:00"
    }
  ],
  "delivery_locations": [

  ],
  "delivery_time_intervals": [

  ],
  "rules": [
    {
      "id": 1,
      "order_price": 2000.0,
      "price": 600.0,
      "order_weight": 10
    },
    {
      "id": 2,
      "order_price": 2000.0,
      "price": 700.0,
      "order_weight": 20
    },
    {
      "id": 3,
      "order_price": 2000.0,
      "price": 800.0,
      "order_weight": null
    },
    {
      "id": 4,
      "order_price": 10000.0,
      "price": 300.0,
      "order_weight": 10
    },
    {
      "id": 5,
      "order_price": 10000.0,
      "price": 400.0,
      "order_weight": 20
    },
    {
      "id": 6,
      "order_price": 10000.0,
      "price": 500.0,
      "order_weight": null
    },
    {
      "id": 7,
      "order_price": null,
      "price": 0.0,
      "order_weight": 10
    },
    {
      "id": 8,
      "order_price": null,
      "price": 100.0,
      "order_weight": 20
    }
  ]
}