İçeriğe geç

Desi / Kg Limitleri

GET /v1/shipments/desi-or-kgs

Kargo paketlerinin hesaplamasında kullanılan Desi ve Kilogram birim/fiyat aralıklarını listeler.

ParametreKonumTipAçıklamaVarsayılanÖrnek
Authorization * headerstringBearer Yetkilendirme Tokeni (Örn: Bearer eyJhb...)-Bearer <TOKEN>
matchIdquerystring-null
providerServiceCodequerystring-ptt_standart
desiOrKgquerystring-5
fetch('https://api.kargomucuz.com/v1/shipments/desi-or-kgs', {
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer <YOUR_TOKEN>'
}
})
.then(response => response.json())
.then(data => console.log(data));
200: Başarılı kimlik doğrulaması sonrası dönen yanıt.
{
"status": true,
"message": "Desi or kg getirildi.",
"payload": {
"data": [
{
"_id": "67b8736421fe979c1c8d27c4",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 0.5,
"currency": "try",
"amount": 139,
"others": {
"updated": "2025-02-21T12:36:52.268Z",
"created": "2025-02-21T12:36:52.268Z"
}
},
{
"_id": "67b8736c21fe979c1c8d27cd",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 1,
"currency": "try",
"amount": 149,
"others": {
"updated": "2025-02-21T12:37:00.773Z",
"created": "2025-02-21T12:37:00.773Z"
}
},
{
"_id": "67b8737221fe979c1c8d27d6",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 2,
"currency": "try",
"amount": 156,
"others": {
"updated": "2025-02-21T12:37:06.669Z",
"created": "2025-02-21T12:37:06.669Z"
}
},
{
"_id": "67b8737821fe979c1c8d27df",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 3,
"currency": "try",
"amount": 174,
"others": {
"updated": "2025-02-21T12:37:12.664Z",
"created": "2025-02-21T12:37:12.664Z"
}
},
{
"_id": "67b8737d21fe979c1c8d27e8",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 4,
"currency": "try",
"amount": 203,
"others": {
"updated": "2025-02-21T12:37:17.046Z",
"created": "2025-02-21T12:37:17.046Z"
}
},
{
"_id": "67b8738121fe979c1c8d27f1",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 5,
"currency": "try",
"amount": 218,
"others": {
"updated": "2025-02-21T12:37:21.462Z",
"created": "2025-02-21T12:37:21.462Z"
}
},
{
"_id": "67b8738621fe979c1c8d27fa",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 6,
"currency": "try",
"amount": 228,
"others": {
"updated": "2025-02-21T12:37:26.911Z",
"created": "2025-02-21T12:37:26.911Z"
}
},
{
"_id": "67b8738c21fe979c1c8d2803",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 7,
"currency": "try",
"amount": 248,
"others": {
"updated": "2025-02-21T12:37:32.625Z",
"created": "2025-02-21T12:37:32.625Z"
}
},
{
"_id": "67b8739121fe979c1c8d280c",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 8,
"currency": "try",
"amount": 265,
"others": {
"updated": "2025-02-21T12:37:37.254Z",
"created": "2025-02-21T12:37:37.254Z"
}
},
{
"_id": "67b8739721fe979c1c8d2815",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 9,
"currency": "try",
"amount": 275,
"others": {
"updated": "2025-02-21T12:37:43.396Z",
"created": "2025-02-21T12:37:43.396Z"
}
},
{
"_id": "67b8739c21fe979c1c8d281e",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 10,
"currency": "try",
"amount": 290,
"others": {
"updated": "2025-02-21T12:37:48.794Z",
"created": "2025-02-21T12:37:48.794Z"
}
},
{
"_id": "67b873a221fe979c1c8d2827",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 11,
"currency": "try",
"amount": 325,
"others": {
"updated": "2025-02-21T12:37:54.223Z",
"created": "2025-02-21T12:37:54.223Z"
}
},
{
"_id": "67b873a821fe979c1c8d2830",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 12,
"currency": "try",
"amount": 340,
"others": {
"updated": "2025-02-21T12:38:00.758Z",
"created": "2025-02-21T12:38:00.758Z"
}
},
{
"_id": "67b873c421fe979c1c8d283c",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 13,
"currency": "try",
"amount": 357,
"others": {
"updated": "2025-02-21T12:38:28.972Z",
"created": "2025-02-21T12:38:28.972Z"
}
},
{
"_id": "67b873ca21fe979c1c8d2845",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 14,
"currency": "try",
"amount": 367,
"others": {
"updated": "2025-02-21T12:38:34.613Z",
"created": "2025-02-21T12:38:34.613Z"
}
},
{
"_id": "67b873cf21fe979c1c8d284e",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 15,
"currency": "try",
"amount": 384,
"others": {
"updated": "2025-02-21T12:38:39.539Z",
"created": "2025-02-21T12:38:39.539Z"
}
},
{
"_id": "67b873d421fe979c1c8d2857",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 16,
"currency": "try",
"amount": 427,
"others": {
"updated": "2025-02-21T12:38:44.368Z",
"created": "2025-02-21T12:38:44.368Z"
}
},
{
"_id": "67b873d921fe979c1c8d2860",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 17,
"currency": "try",
"amount": 444,
"others": {
"updated": "2025-02-21T12:38:49.240Z",
"created": "2025-02-21T12:38:49.240Z"
}
},
{
"_id": "67b873dd21fe979c1c8d2869",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 18,
"currency": "try",
"amount": 471,
"others": {
"updated": "2025-02-21T12:38:53.743Z",
"created": "2025-02-21T12:38:53.743Z"
}
},
{
"_id": "67b873e221fe979c1c8d2872",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 19,
"currency": "try",
"amount": 486,
"others": {
"updated": "2025-02-21T12:38:58.230Z",
"created": "2025-02-21T12:38:58.230Z"
}
},
{
"_id": "67b873e621fe979c1c8d287b",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 20,
"currency": "try",
"amount": 513,
"others": {
"updated": "2025-02-21T12:39:02.302Z",
"created": "2025-02-21T12:39:02.302Z"
}
},
{
"_id": "67b873f221fe979c1c8d2884",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 21,
"currency": "try",
"amount": 535,
"others": {
"updated": "2025-02-21T12:39:14.622Z",
"created": "2025-02-21T12:39:14.622Z"
}
},
{
"_id": "67b873fc21fe979c1c8d288d",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 22,
"currency": "try",
"amount": 549,
"others": {
"updated": "2025-02-21T12:39:24.817Z",
"created": "2025-02-21T12:39:24.817Z"
}
},
{
"_id": "67b8740221fe979c1c8d2896",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 23,
"currency": "try",
"amount": 567,
"others": {
"updated": "2025-02-21T12:39:30.084Z",
"created": "2025-02-21T12:39:30.084Z"
}
},
{
"_id": "67b8740721fe979c1c8d289f",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 24,
"currency": "try",
"amount": 587,
"others": {
"updated": "2025-02-21T12:39:35.300Z",
"created": "2025-02-21T12:39:35.300Z"
}
},
{
"_id": "67b8740c21fe979c1c8d28a8",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 25,
"currency": "try",
"amount": 612,
"others": {
"updated": "2025-02-21T12:39:40.299Z",
"created": "2025-02-21T12:39:40.299Z"
}
},
{
"_id": "67b8741221fe979c1c8d28b1",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 26,
"currency": "try",
"amount": 619,
"others": {
"updated": "2025-02-21T12:39:46.858Z",
"created": "2025-02-21T12:39:46.858Z"
}
},
{
"_id": "67b8741e21fe979c1c8d28ba",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 27,
"currency": "try",
"amount": 645,
"others": {
"updated": "2025-02-21T12:39:58.780Z",
"created": "2025-02-21T12:39:58.780Z"
}
},
{
"_id": "67b8742e21fe979c1c8d28c3",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 28,
"currency": "try",
"amount": 668,
"others": {
"updated": "2025-02-21T12:40:14.255Z",
"created": "2025-02-21T12:40:14.255Z"
}
},
{
"_id": "67b8743921fe979c1c8d28cc",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 29,
"currency": "try",
"amount": 690,
"others": {
"updated": "2025-02-21T12:40:25.997Z",
"created": "2025-02-21T12:40:25.997Z"
}
},
{
"_id": "67b8744321fe979c1c8d28d5",
"providerServiceCode": "ptt_fixed_price",
"desiOrKg": 30,
"currency": "try",
"amount": 720,
"others": {
"updated": "2025-02-21T12:40:35.709Z",
"created": "2025-02-21T12:40:35.709Z"
}
},
{
"_id": "68a3a5aeef4188b3428d47a8",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 0.5,
"currency": "try",
"amount": 110,
"others": {
"updated": "2025-08-18T22:14:06.952Z",
"created": "2025-08-18T22:14:06.952Z"
}
},
{
"_id": "68a3a5b4ef4188b3428d47b1",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 1,
"currency": "try",
"amount": 110,
"others": {
"updated": "2025-08-18T22:14:12.710Z",
"created": "2025-08-18T22:14:12.710Z"
}
},
{
"_id": "68a3a5b7ef4188b3428d47ba",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 2,
"currency": "try",
"amount": 110,
"others": {
"updated": "2025-08-18T22:14:15.786Z",
"created": "2025-08-18T22:14:15.786Z"
}
},
{
"_id": "68a3a5baef4188b3428d47c3",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 3,
"currency": "try",
"amount": 125,
"others": {
"updated": "2025-08-18T22:14:18.482Z",
"created": "2025-08-18T22:14:18.482Z"
}
},
{
"_id": "68a3a622ef4188b3428d482a",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 4,
"currency": "try",
"amount": 139,
"others": {
"updated": "2025-08-18T22:16:02.126Z",
"created": "2025-08-18T22:16:02.126Z"
}
},
{
"_id": "68a3a629ef4188b3428d4833",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 5,
"currency": "try",
"amount": 140,
"others": {
"updated": "2025-08-18T22:16:09.679Z",
"created": "2025-08-18T22:16:09.679Z"
}
},
{
"_id": "68a3a63fef4188b3428d483e",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 6,
"currency": "try",
"amount": 172,
"others": {
"updated": "2025-08-18T22:16:31.540Z",
"created": "2025-08-18T22:16:31.540Z"
}
},
{
"_id": "68a3a691ef4188b3428d48a2",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 7,
"currency": "try",
"amount": 183,
"others": {
"updated": "2025-08-18T22:17:53.236Z",
"created": "2025-08-18T22:17:53.236Z"
}
},
{
"_id": "68a3a6b0ef4188b3428d48b3",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 8,
"currency": "try",
"amount": 187,
"others": {
"updated": "2025-08-18T22:18:24.520Z",
"created": "2025-08-18T22:18:24.520Z"
}
},
{
"_id": "68a3a6b9ef4188b3428d48bc",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 9,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-08-18T22:18:33.177Z",
"created": "2025-08-18T22:18:33.177Z"
}
},
{
"_id": "68a3a6bfef4188b3428d48c5",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 10,
"currency": "try",
"amount": 192,
"others": {
"updated": "2025-08-18T22:18:39.199Z",
"created": "2025-08-18T22:18:39.199Z"
}
},
{
"_id": "68a3a6d5ef4188b3428d48d0",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 11,
"currency": "try",
"amount": 221,
"others": {
"updated": "2025-08-18T22:19:01.988Z",
"created": "2025-08-18T22:19:01.988Z"
}
},
{
"_id": "68a3a6d9ef4188b3428d48d9",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 12,
"currency": "try",
"amount": 223,
"others": {
"updated": "2025-08-18T22:19:05.951Z",
"created": "2025-08-18T22:19:05.951Z"
}
},
{
"_id": "68a3a6ebef4188b3428d48e2",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 13,
"currency": "try",
"amount": 224,
"others": {
"updated": "2025-08-18T22:19:23.155Z",
"created": "2025-08-18T22:19:23.155Z"
}
},
{
"_id": "68a3a701ef4188b3428d48eb",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 14,
"currency": "try",
"amount": 236,
"others": {
"updated": "2025-08-18T22:19:45.459Z",
"created": "2025-08-18T22:19:45.459Z"
}
},
{
"_id": "68a3a709ef4188b3428d48f9",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 15,
"currency": "try",
"amount": 241,
"others": {
"updated": "2025-08-18T22:19:53.423Z",
"created": "2025-08-18T22:19:53.423Z"
}
},
{
"_id": "68a3a72fef4188b3428d491a",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 16,
"currency": "try",
"amount": 258,
"others": {
"updated": "2025-08-18T22:20:31.609Z",
"created": "2025-08-18T22:20:31.609Z"
}
},
{
"_id": "68a3a743ef4188b3428d4923",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 17,
"currency": "try",
"amount": 260,
"others": {
"updated": "2025-08-18T22:20:51.810Z",
"created": "2025-08-18T22:20:51.810Z"
}
},
{
"_id": "68a3a751ef4188b3428d492c",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 18,
"currency": "try",
"amount": 266,
"others": {
"updated": "2025-08-18T22:21:05.898Z",
"created": "2025-08-18T22:21:05.898Z"
}
},
{
"_id": "68a3a759ef4188b3428d493d",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 19,
"currency": "try",
"amount": 286,
"others": {
"updated": "2025-08-18T22:21:13.294Z",
"created": "2025-08-18T22:21:13.294Z"
}
},
{
"_id": "68a3a76aef4188b3428d4960",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 20,
"currency": "try",
"amount": 292,
"others": {
"updated": "2025-08-18T22:21:30.007Z",
"created": "2025-08-18T22:21:30.007Z"
}
},
{
"_id": "68a3a78bef4188b3428d496d",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 21,
"currency": "try",
"amount": 322,
"others": {
"updated": "2025-08-18T22:22:03.149Z",
"created": "2025-08-18T22:22:03.149Z"
}
},
{
"_id": "68a3a796ef4188b3428d4976",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 22,
"currency": "try",
"amount": 334,
"others": {
"updated": "2025-08-18T22:22:14.137Z",
"created": "2025-08-18T22:22:14.137Z"
}
},
{
"_id": "68a3a799ef4188b3428d497f",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 23,
"currency": "try",
"amount": 357,
"others": {
"updated": "2025-08-18T22:22:17.030Z",
"created": "2025-08-18T22:22:17.030Z"
}
},
{
"_id": "68a3a79bef4188b3428d4988",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 24,
"currency": "try",
"amount": 369,
"others": {
"updated": "2025-08-18T22:22:19.871Z",
"created": "2025-08-18T22:22:19.872Z"
}
},
{
"_id": "68a3a7a8ef4188b3428d4991",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 25,
"currency": "try",
"amount": 381,
"others": {
"updated": "2025-08-18T22:22:32.348Z",
"created": "2025-08-18T22:22:32.348Z"
}
},
{
"_id": "68a3a7b7ef4188b3428d499a",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 26,
"currency": "try",
"amount": 398,
"others": {
"updated": "2025-08-18T22:22:47.833Z",
"created": "2025-08-18T22:22:47.833Z"
}
},
{
"_id": "68a3a7c5ef4188b3428d49a3",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 27,
"currency": "try",
"amount": 416,
"others": {
"updated": "2025-08-18T22:23:01.590Z",
"created": "2025-08-18T22:23:01.590Z"
}
},
{
"_id": "68a3a7c9ef4188b3428d49ac",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 28,
"currency": "try",
"amount": 428,
"others": {
"updated": "2025-08-18T22:23:05.543Z",
"created": "2025-08-18T22:23:05.543Z"
}
},
{
"_id": "68a3a7cdef4188b3428d49b5",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 29,
"currency": "try",
"amount": 440,
"others": {
"updated": "2025-08-18T22:23:09.333Z",
"created": "2025-08-18T22:23:09.333Z"
}
},
{
"_id": "68a3a7d4ef4188b3428d49be",
"providerServiceCode": "surat_standart_2",
"desiOrKg": 30,
"currency": "try",
"amount": 458,
"others": {
"updated": "2025-08-18T22:23:16.693Z",
"created": "2025-08-18T22:23:16.693Z"
}
},
{
"_id": "68a3a849ef4188b3428d49c7",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 0.5,
"currency": "try",
"amount": 115,
"others": {
"updated": "2025-08-18T22:25:13.657Z",
"created": "2025-08-18T22:25:13.657Z"
}
},
{
"_id": "68a3a84def4188b3428d49d0",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 1,
"currency": "try",
"amount": 115,
"others": {
"updated": "2025-08-18T22:25:17.653Z",
"created": "2025-08-18T22:25:17.653Z"
}
},
{
"_id": "68a3a85fef4188b3428d49d9",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 2,
"currency": "try",
"amount": 115,
"others": {
"updated": "2025-08-18T22:25:35.153Z",
"created": "2025-08-18T22:25:35.153Z"
}
},
{
"_id": "68a3a862ef4188b3428d49e2",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 3,
"currency": "try",
"amount": 115,
"others": {
"updated": "2025-08-18T22:25:38.163Z",
"created": "2025-08-18T22:25:38.163Z"
}
},
{
"_id": "68a3a874ef4188b3428d49eb",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 4,
"currency": "try",
"amount": 115,
"others": {
"updated": "2025-08-18T22:25:56.181Z",
"created": "2025-08-18T22:25:56.181Z"
}
},
{
"_id": "68a3a881ef4188b3428d49f4",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 5,
"currency": "try",
"amount": 188,
"others": {
"updated": "2025-08-18T22:26:09.476Z",
"created": "2025-08-18T22:26:09.476Z"
}
},
{
"_id": "68a3a896ef4188b3428d49fd",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 6,
"currency": "try",
"amount": 188,
"others": {
"updated": "2025-08-18T22:26:30.991Z",
"created": "2025-08-18T22:26:30.991Z"
}
},
{
"_id": "68a3a89aef4188b3428d4a06",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 7,
"currency": "try",
"amount": 188,
"others": {
"updated": "2025-08-18T22:26:34.052Z",
"created": "2025-08-18T22:26:34.052Z"
}
},
{
"_id": "68a3a89cef4188b3428d4a0f",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 8,
"currency": "try",
"amount": 188,
"others": {
"updated": "2025-08-18T22:26:36.986Z",
"created": "2025-08-18T22:26:36.986Z"
}
},
{
"_id": "68a3a89fef4188b3428d4a18",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 9,
"currency": "try",
"amount": 188,
"others": {
"updated": "2025-08-18T22:26:39.697Z",
"created": "2025-08-18T22:26:39.697Z"
}
},
{
"_id": "68a3a8a4ef4188b3428d4a21",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 10,
"currency": "try",
"amount": 188,
"others": {
"updated": "2025-08-18T22:26:44.679Z",
"created": "2025-08-18T22:26:44.679Z"
}
},
{
"_id": "68a3a8c6ef4188b3428d4a2a",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 11,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:18.939Z",
"created": "2025-08-18T22:27:18.939Z"
}
},
{
"_id": "68a3a8caef4188b3428d4a33",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 12,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:22.062Z",
"created": "2025-08-18T22:27:22.062Z"
}
},
{
"_id": "68a3a8cdef4188b3428d4a3c",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 13,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:25.499Z",
"created": "2025-08-18T22:27:25.499Z"
}
},
{
"_id": "68a3a8d0ef4188b3428d4a45",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 14,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:28.395Z",
"created": "2025-08-18T22:27:28.395Z"
}
},
{
"_id": "68a3a8d3ef4188b3428d4a4e",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 15,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:31.501Z",
"created": "2025-08-18T22:27:31.501Z"
}
},
{
"_id": "68a3a8e4ef4188b3428d4a57",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 16,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:48.592Z",
"created": "2025-08-18T22:27:48.592Z"
}
},
{
"_id": "68a3a8e7ef4188b3428d4a60",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 17,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:51.805Z",
"created": "2025-08-18T22:27:51.805Z"
}
},
{
"_id": "68a3a8ebef4188b3428d4a69",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 18,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:55.228Z",
"created": "2025-08-18T22:27:55.228Z"
}
},
{
"_id": "68a3a8eeef4188b3428d4a72",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 19,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:27:58.042Z",
"created": "2025-08-18T22:27:58.042Z"
}
},
{
"_id": "68a3a8f0ef4188b3428d4a7b",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 20,
"currency": "try",
"amount": 240,
"others": {
"updated": "2025-08-18T22:28:00.946Z",
"created": "2025-08-18T22:28:00.946Z"
}
},
{
"_id": "68a3a907ef4188b3428d4a84",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 21,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:23.957Z",
"created": "2025-08-18T22:28:23.957Z"
}
},
{
"_id": "68a3a90bef4188b3428d4a8d",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 22,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:27.009Z",
"created": "2025-08-18T22:28:27.009Z"
}
},
{
"_id": "68a3a90def4188b3428d4a96",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 23,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:29.879Z",
"created": "2025-08-18T22:28:29.879Z"
}
},
{
"_id": "68a3a910ef4188b3428d4a9f",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 24,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:32.662Z",
"created": "2025-08-18T22:28:32.662Z"
}
},
{
"_id": "68a3a913ef4188b3428d4aa8",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 25,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:35.608Z",
"created": "2025-08-18T22:28:35.608Z"
}
},
{
"_id": "68a3a916ef4188b3428d4ab1",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 26,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:38.329Z",
"created": "2025-08-18T22:28:38.329Z"
}
},
{
"_id": "68a3a919ef4188b3428d4aba",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 27,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:41.259Z",
"created": "2025-08-18T22:28:41.259Z"
}
},
{
"_id": "68a3a91cef4188b3428d4ac3",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 28,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:44.105Z",
"created": "2025-08-18T22:28:44.105Z"
}
},
{
"_id": "68a3a91fef4188b3428d4acc",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 29,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:47.128Z",
"created": "2025-08-18T22:28:47.128Z"
}
},
{
"_id": "68a3a922ef4188b3428d4ad5",
"providerServiceCode": "hepsijet_standart_2",
"desiOrKg": 30,
"currency": "try",
"amount": 348,
"others": {
"updated": "2025-08-18T22:28:50.831Z",
"created": "2025-08-18T22:28:50.831Z"
}
},
{
"_id": "68cc74f9c8c9e0ca6a78f93e",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 0.5,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-09-18T21:09:13.858Z",
"created": "2025-09-18T21:09:13.858Z"
}
},
{
"_id": "68cc7505c8c9e0ca6a78f9b3",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 1,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-09-18T21:09:25.778Z",
"created": "2025-09-18T21:09:25.778Z"
}
},
{
"_id": "68cc750cc8c9e0ca6a78f9be",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 2,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-09-18T21:09:32.006Z",
"created": "2025-09-18T21:09:32.006Z"
}
},
{
"_id": "68cc750fc8c9e0ca6a78f9c7",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 3,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-09-18T21:09:35.372Z",
"created": "2025-09-18T21:09:35.372Z"
}
},
{
"_id": "68cc7512c8c9e0ca6a78f9d0",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 4,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-09-18T21:09:38.322Z",
"created": "2025-09-18T21:09:38.322Z"
}
},
{
"_id": "68cc754bc8c9e0ca6a78f9dd",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 5,
"currency": "try",
"amount": 190,
"others": {
"updated": "2025-09-18T21:10:35.731Z",
"created": "2025-09-18T21:10:35.731Z"
}
},
{
"_id": "68cc7555c8c9e0ca6a78f9e6",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 6,
"currency": "try",
"amount": 220,
"others": {
"updated": "2025-09-18T21:10:45.243Z",
"created": "2025-09-18T21:10:45.243Z"
}
},
{
"_id": "68cc7558c8c9e0ca6a78f9ef",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 7,
"currency": "try",
"amount": 220,
"others": {
"updated": "2025-09-18T21:10:48.573Z",
"created": "2025-09-18T21:10:48.573Z"
}
},
{
"_id": "68cc755ac8c9e0ca6a78fa27",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 8,
"currency": "try",
"amount": 220,
"others": {
"updated": "2025-09-18T21:10:50.703Z",
"created": "2025-09-18T21:10:50.703Z"
}
},
{
"_id": "68cc755ec8c9e0ca6a78faad",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 9,
"currency": "try",
"amount": 220,
"others": {
"updated": "2025-09-18T21:10:54.233Z",
"created": "2025-09-18T21:10:54.233Z"
}
},
{
"_id": "68cc7574c8c9e0ca6a78fb26",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 10,
"currency": "try",
"amount": 220,
"others": {
"updated": "2025-09-18T21:11:16.532Z",
"created": "2025-09-18T21:11:16.532Z"
}
},
{
"_id": "68cc7586c8c9e0ca6a78fbb3",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 11,
"currency": "try",
"amount": 258,
"others": {
"updated": "2025-09-18T21:11:34.935Z",
"created": "2025-09-18T21:11:34.935Z"
}
},
{
"_id": "68cc758ac8c9e0ca6a78fbbe",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 12,
"currency": "try",
"amount": 258,
"others": {
"updated": "2025-09-18T21:11:38.398Z",
"created": "2025-09-18T21:11:38.398Z"
}
},
{
"_id": "68cc758dc8c9e0ca6a78fbc7",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 13,
"currency": "try",
"amount": 258,
"others": {
"updated": "2025-09-18T21:11:41.590Z",
"created": "2025-09-18T21:11:41.590Z"
}
},
{
"_id": "68cc7590c8c9e0ca6a78fbd0",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 14,
"currency": "try",
"amount": 258,
"others": {
"updated": "2025-09-18T21:11:44.570Z",
"created": "2025-09-18T21:11:44.570Z"
}
},
{
"_id": "68cc759bc8c9e0ca6a78fbd9",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 15,
"currency": "try",
"amount": 258,
"others": {
"updated": "2025-09-18T21:11:55.953Z",
"created": "2025-09-18T21:11:55.953Z"
}
},
{
"_id": "68cc75cac8c9e0ca6a78fca5",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 16,
"currency": "try",
"amount": 302,
"others": {
"updated": "2025-09-18T21:12:42.029Z",
"created": "2025-09-18T21:12:42.029Z"
}
},
{
"_id": "68cc75e7c8c9e0ca6a78fd67",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 17,
"currency": "try",
"amount": 302,
"others": {
"updated": "2025-09-18T21:13:11.774Z",
"created": "2025-09-18T21:13:11.774Z"
}
},
{
"_id": "68cc75eac8c9e0ca6a78fd70",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 18,
"currency": "try",
"amount": 302,
"others": {
"updated": "2025-09-18T21:13:14.842Z",
"created": "2025-09-18T21:13:14.842Z"
}
},
{
"_id": "68cc75eec8c9e0ca6a78fd7d",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 19,
"currency": "try",
"amount": 302,
"others": {
"updated": "2025-09-18T21:13:18.638Z",
"created": "2025-09-18T21:13:18.638Z"
}
},
{
"_id": "68cc75f2c8c9e0ca6a78fd8c",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 20,
"currency": "try",
"amount": 302,
"others": {
"updated": "2025-09-18T21:13:22.015Z",
"created": "2025-09-18T21:13:22.015Z"
}
},
{
"_id": "68cc75fcc8c9e0ca6a78fd9e",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 21,
"currency": "try",
"amount": 307,
"others": {
"updated": "2025-09-18T21:13:32.191Z",
"created": "2025-09-18T21:13:32.191Z"
}
},
{
"_id": "68cc75fec8c9e0ca6a78fda7",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 22,
"currency": "try",
"amount": 307,
"others": {
"updated": "2025-09-18T21:13:34.946Z",
"created": "2025-09-18T21:13:34.946Z"
}
},
{
"_id": "68cc7602c8c9e0ca6a78fdb9",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 23,
"currency": "try",
"amount": 307,
"others": {
"updated": "2025-09-18T21:13:38.050Z",
"created": "2025-09-18T21:13:38.050Z"
}
},
{
"_id": "68cc7605c8c9e0ca6a78fdc2",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 24,
"currency": "try",
"amount": 307,
"others": {
"updated": "2025-09-18T21:13:41.302Z",
"created": "2025-09-18T21:13:41.302Z"
}
},
{
"_id": "68cc7608c8c9e0ca6a78fdcb",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 25,
"currency": "try",
"amount": 307,
"others": {
"updated": "2025-09-18T21:13:44.656Z",
"created": "2025-09-18T21:13:44.656Z"
}
},
{
"_id": "68cc763cc8c9e0ca6a78fdee",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 26,
"currency": "try",
"amount": 350,
"others": {
"updated": "2025-09-18T21:14:36.803Z",
"created": "2025-09-18T21:14:36.803Z"
}
},
{
"_id": "68cc763fc8c9e0ca6a78fdf7",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 27,
"currency": "try",
"amount": 350,
"others": {
"updated": "2025-09-18T21:14:39.920Z",
"created": "2025-09-18T21:14:39.920Z"
}
},
{
"_id": "68cc7642c8c9e0ca6a78fe00",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 28,
"currency": "try",
"amount": 355,
"others": {
"updated": "2025-09-18T21:14:42.982Z",
"created": "2025-09-18T21:14:42.982Z"
}
},
{
"_id": "68cc7645c8c9e0ca6a78fe09",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 29,
"currency": "try",
"amount": 355,
"others": {
"updated": "2025-09-18T21:14:45.813Z",
"created": "2025-09-18T21:14:45.813Z"
}
},
{
"_id": "68cc7649c8c9e0ca6a78fe12",
"providerServiceCode": "ups_standart_2",
"desiOrKg": 30,
"currency": "try",
"amount": 360,
"others": {
"updated": "2025-09-18T21:14:49.103Z",
"created": "2025-09-18T21:14:49.103Z"
}
},
{
"_id": "69860d1ba4a45a36f5becf68",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 0.5,
"currency": "try",
"amount": 149,
"others": {
"updated": "2026-02-06T15:47:39.201Z",
"created": "2026-02-06T15:47:39.201Z"
}
},
{
"_id": "69860d2ca4a45a36f5becf74",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 1,
"currency": "try",
"amount": 149,
"others": {
"updated": "2026-02-06T15:47:56.671Z",
"created": "2026-02-06T15:47:56.671Z"
}
},
{
"_id": "69860d3fa4a45a36f5becfd9",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 2,
"currency": "try",
"amount": 149,
"others": {
"updated": "2026-02-06T15:48:15.639Z",
"created": "2026-02-06T15:48:15.639Z"
}
},
{
"_id": "69860d48a4a45a36f5becfe2",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 3,
"currency": "try",
"amount": 155,
"others": {
"updated": "2026-02-06T15:48:24.801Z",
"created": "2026-02-06T15:48:24.801Z"
}
},
{
"_id": "69860d7ea4a45a36f5bed05b",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 4,
"currency": "try",
"amount": 155,
"others": {
"updated": "2026-02-06T15:49:18.378Z",
"created": "2026-02-06T15:49:18.378Z"
}
},
{
"_id": "69860dd4a4a45a36f5bed166",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 5,
"currency": "try",
"amount": 155,
"others": {
"updated": "2026-02-06T15:50:44.533Z",
"created": "2026-02-06T15:50:44.533Z"
}
},
{
"_id": "69860de0a4a45a36f5bed1ac",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 6,
"currency": "try",
"amount": 155,
"others": {
"updated": "2026-02-06T15:50:56.629Z",
"created": "2026-02-06T15:50:56.629Z"
}
},
{
"_id": "69860df5a4a45a36f5bed215",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 7,
"currency": "try",
"amount": 157,
"others": {
"updated": "2026-02-06T15:51:17.960Z",
"created": "2026-02-06T15:51:17.960Z"
}
},
{
"_id": "69860e02a4a45a36f5bed21e",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 8,
"currency": "try",
"amount": 157,
"others": {
"updated": "2026-02-06T15:51:30.517Z",
"created": "2026-02-06T15:51:30.517Z"
}
},
{
"_id": "69860e0ea4a45a36f5bed23e",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 9,
"currency": "try",
"amount": 157,
"others": {
"updated": "2026-02-06T15:51:42.633Z",
"created": "2026-02-06T15:51:42.633Z"
}
},
{
"_id": "69860e1aa4a45a36f5bed247",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 10,
"currency": "try",
"amount": 157,
"others": {
"updated": "2026-02-06T15:51:54.184Z",
"created": "2026-02-06T15:51:54.185Z"
}
},
{
"_id": "69860e28a4a45a36f5bed2b0",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 11,
"currency": "try",
"amount": 245,
"others": {
"updated": "2026-02-06T15:52:08.738Z",
"created": "2026-02-06T15:52:08.738Z"
}
},
{
"_id": "69860e33a4a45a36f5bed2b9",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 12,
"currency": "try",
"amount": 245,
"others": {
"updated": "2026-02-06T15:52:19.121Z",
"created": "2026-02-06T15:52:19.121Z"
}
},
{
"_id": "69860e40a4a45a36f5bed2c4",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 13,
"currency": "try",
"amount": 245,
"others": {
"updated": "2026-02-06T15:52:32.713Z",
"created": "2026-02-06T15:52:32.713Z"
}
},
{
"_id": "69860e4ea4a45a36f5bed2cd",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 14,
"currency": "try",
"amount": 245,
"others": {
"updated": "2026-02-06T15:52:46.561Z",
"created": "2026-02-06T15:52:46.561Z"
}
},
{
"_id": "69860e5ca4a45a36f5bed2d6",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 15,
"currency": "try",
"amount": 245,
"others": {
"updated": "2026-02-06T15:53:00.069Z",
"created": "2026-02-06T15:53:00.069Z"
}
},
{
"_id": "69860e6da4a45a36f5bed348",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 16,
"currency": "try",
"amount": 264,
"others": {
"updated": "2026-02-06T15:53:17.211Z",
"created": "2026-02-06T15:53:17.211Z"
}
},
{
"_id": "69860e7aa4a45a36f5bed407",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 17,
"currency": "try",
"amount": 264,
"others": {
"updated": "2026-02-06T15:53:30.899Z",
"created": "2026-02-06T15:53:30.899Z"
}
},
{
"_id": "69860e89a4a45a36f5bed43a",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 18,
"currency": "try",
"amount": 264,
"others": {
"updated": "2026-02-06T15:53:45.944Z",
"created": "2026-02-06T15:53:45.944Z"
}
},
{
"_id": "69860e9aa4a45a36f5bed446",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 19,
"currency": "try",
"amount": 269,
"others": {
"updated": "2026-02-06T15:54:02.424Z",
"created": "2026-02-06T15:54:02.424Z"
}
},
{
"_id": "69860eaaa4a45a36f5bed4a8",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 20,
"currency": "try",
"amount": 269,
"others": {
"updated": "2026-02-06T15:54:18.020Z",
"created": "2026-02-06T15:54:18.020Z"
}
},
{
"_id": "69860ebaa4a45a36f5bed4b1",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 21,
"currency": "try",
"amount": 365,
"others": {
"updated": "2026-02-06T15:54:34.570Z",
"created": "2026-02-06T15:54:34.570Z"
}
},
{
"_id": "69860ec9a4a45a36f5bed4ba",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 22,
"currency": "try",
"amount": 365,
"others": {
"updated": "2026-02-06T15:54:49.984Z",
"created": "2026-02-06T15:54:49.984Z"
}
},
{
"_id": "69860edba4a45a36f5bed51f",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 23,
"currency": "try",
"amount": 365,
"others": {
"updated": "2026-02-06T15:55:07.853Z",
"created": "2026-02-06T15:55:07.853Z"
}
},
{
"_id": "69860eeba4a45a36f5bed528",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 24,
"currency": "try",
"amount": 365,
"others": {
"updated": "2026-02-06T15:55:23.037Z",
"created": "2026-02-06T15:55:23.037Z"
}
},
{
"_id": "69860efea4a45a36f5bed531",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 25,
"currency": "try",
"amount": 374,
"others": {
"updated": "2026-02-06T15:55:42.822Z",
"created": "2026-02-06T15:55:42.822Z"
}
},
{
"_id": "69860f0da4a45a36f5bed5a4",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 26,
"currency": "try",
"amount": 380,
"others": {
"updated": "2026-02-06T15:55:57.650Z",
"created": "2026-02-06T15:55:57.650Z"
}
},
{
"_id": "69860f16a4a45a36f5bed611",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 27,
"currency": "try",
"amount": 390,
"others": {
"updated": "2026-02-06T15:56:06.423Z",
"created": "2026-02-06T15:56:06.423Z"
}
},
{
"_id": "69860f1ea4a45a36f5bed621",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 28,
"currency": "try",
"amount": 390,
"others": {
"updated": "2026-02-06T15:56:14.792Z",
"created": "2026-02-06T15:56:14.792Z"
}
},
{
"_id": "69860f25a4a45a36f5bed630",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 29,
"currency": "try",
"amount": 390,
"others": {
"updated": "2026-02-06T15:56:21.537Z",
"created": "2026-02-06T15:56:21.537Z"
}
},
{
"_id": "69860f2ca4a45a36f5bed639",
"providerServiceCode": "kolaygelsin_standart_2",
"desiOrKg": 30,
"currency": "try",
"amount": 395,
"others": {
"updated": "2026-02-06T15:56:28.725Z",
"created": "2026-02-06T15:56:28.725Z"
}
},
{
"_id": "69a5ced5cde7c3a570f2302a",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 0.5,
"currency": "try",
"amount": 100,
"others": {
"updated": "2026-03-02T17:54:29.445Z",
"created": "2026-03-02T17:54:29.445Z"
}
},
{
"_id": "69a5cef6cde7c3a570f2303c",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 1,
"currency": "try",
"amount": 109,
"others": {
"updated": "2026-03-02T17:55:02.568Z",
"created": "2026-03-02T17:55:02.568Z"
}
},
{
"_id": "69a5cf08cde7c3a570f23045",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 2,
"currency": "try",
"amount": 120,
"others": {
"updated": "2026-03-02T17:55:20.850Z",
"created": "2026-03-02T17:55:20.850Z"
}
},
{
"_id": "69a5cf0fcde7c3a570f2304e",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 3,
"currency": "try",
"amount": 135,
"others": {
"updated": "2026-03-02T17:55:27.779Z",
"created": "2026-03-02T17:55:27.779Z"
}
},
{
"_id": "69a5cf1ecde7c3a570f23057",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 4,
"currency": "try",
"amount": 155,
"others": {
"updated": "2026-03-02T17:55:42.818Z",
"created": "2026-03-02T17:55:42.818Z"
}
},
{
"_id": "69a5cf2bcde7c3a570f23060",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 5,
"currency": "try",
"amount": 165,
"others": {
"updated": "2026-03-02T17:55:55.823Z",
"created": "2026-03-02T17:55:55.823Z"
}
},
{
"_id": "69a5cf33cde7c3a570f23069",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 6,
"currency": "try",
"amount": 177,
"others": {
"updated": "2026-03-02T17:56:03.118Z",
"created": "2026-03-02T17:56:03.118Z"
}
},
{
"_id": "69a5cf4fcde7c3a570f23075",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 7,
"currency": "try",
"amount": 207,
"others": {
"updated": "2026-03-02T17:56:31.700Z",
"created": "2026-03-02T17:56:31.700Z"
}
},
{
"_id": "69a5cf57cde7c3a570f2307e",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 8,
"currency": "try",
"amount": 213,
"others": {
"updated": "2026-03-02T17:56:39.085Z",
"created": "2026-03-02T17:56:39.085Z"
}
},
{
"_id": "69a5cf5fcde7c3a570f23087",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 9,
"currency": "try",
"amount": 219,
"others": {
"updated": "2026-03-02T17:56:47.759Z",
"created": "2026-03-02T17:56:47.759Z"
}
},
{
"_id": "69a5cf68cde7c3a570f23090",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 10,
"currency": "try",
"amount": 225,
"others": {
"updated": "2026-03-02T17:56:56.117Z",
"created": "2026-03-02T17:56:56.117Z"
}
},
{
"_id": "69a5cf71cde7c3a570f23099",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 11,
"currency": "try",
"amount": 243,
"others": {
"updated": "2026-03-02T17:57:05.717Z",
"created": "2026-03-02T17:57:05.717Z"
}
},
{
"_id": "69a5cf7acde7c3a570f230a2",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 12,
"currency": "try",
"amount": 249,
"others": {
"updated": "2026-03-02T17:57:14.131Z",
"created": "2026-03-02T17:57:14.131Z"
}
},
{
"_id": "69a5cfb4cde7c3a570f230ab",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 13,
"currency": "try",
"amount": 267,
"others": {
"updated": "2026-03-02T17:58:12.258Z",
"created": "2026-03-02T17:58:12.258Z"
}
},
{
"_id": "69a5cfc2cde7c3a570f230b4",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 14,
"currency": "try",
"amount": 273,
"others": {
"updated": "2026-03-02T17:58:26.666Z",
"created": "2026-03-02T17:58:26.666Z"
}
},
{
"_id": "69a5cfc9cde7c3a570f230bd",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 15,
"currency": "try",
"amount": 279,
"others": {
"updated": "2026-03-02T17:58:33.472Z",
"created": "2026-03-02T17:58:33.472Z"
}
},
{
"_id": "69a5cfd2cde7c3a570f230c6",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 16,
"currency": "try",
"amount": 321,
"others": {
"updated": "2026-03-02T17:58:42.020Z",
"created": "2026-03-02T17:58:42.020Z"
}
},
{
"_id": "69a5cfd9cde7c3a570f230cf",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 17,
"currency": "try",
"amount": 333,
"others": {
"updated": "2026-03-02T17:58:49.585Z",
"created": "2026-03-02T17:58:49.585Z"
}
},
{
"_id": "69a5cfe1cde7c3a570f230d8",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 18,
"currency": "try",
"amount": 351,
"others": {
"updated": "2026-03-02T17:58:57.603Z",
"created": "2026-03-02T17:58:57.603Z"
}
},
{
"_id": "69a5cfe8cde7c3a570f230e1",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 19,
"currency": "try",
"amount": 357,
"others": {
"updated": "2026-03-02T17:59:04.445Z",
"created": "2026-03-02T17:59:04.445Z"
}
},
{
"_id": "69a5cfedcde7c3a570f230ea",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 20,
"currency": "try",
"amount": 363,
"others": {
"updated": "2026-03-02T17:59:09.940Z",
"created": "2026-03-02T17:59:09.940Z"
}
},
{
"_id": "69a5cff5cde7c3a570f230f3",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 21,
"currency": "try",
"amount": 405,
"others": {
"updated": "2026-03-02T17:59:17.942Z",
"created": "2026-03-02T17:59:17.942Z"
}
},
{
"_id": "69a5cffbcde7c3a570f230fc",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 22,
"currency": "try",
"amount": 429,
"others": {
"updated": "2026-03-02T17:59:23.417Z",
"created": "2026-03-02T17:59:23.417Z"
}
},
{
"_id": "69a5d006cde7c3a570f23105",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 23,
"currency": "try",
"amount": 441,
"others": {
"updated": "2026-03-02T17:59:34.813Z",
"created": "2026-03-02T17:59:34.813Z"
}
},
{
"_id": "69a5d00dcde7c3a570f2310e",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 24,
"currency": "try",
"amount": 453,
"others": {
"updated": "2026-03-02T17:59:41.550Z",
"created": "2026-03-02T17:59:41.550Z"
}
},
{
"_id": "69a5d015cde7c3a570f23117",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 25,
"currency": "try",
"amount": 465,
"others": {
"updated": "2026-03-02T17:59:49.657Z",
"created": "2026-03-02T17:59:49.657Z"
}
},
{
"_id": "69a5d01ccde7c3a570f23120",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 26,
"currency": "try",
"amount": 483,
"others": {
"updated": "2026-03-02T17:59:56.119Z",
"created": "2026-03-02T17:59:56.119Z"
}
},
{
"_id": "69a5d025cde7c3a570f2374c",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 27,
"currency": "try",
"amount": 507,
"others": {
"updated": "2026-03-02T18:00:05.040Z",
"created": "2026-03-02T18:00:05.040Z"
}
},
{
"_id": "69a5d02acde7c3a570f2379d",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 28,
"currency": "try",
"amount": 519,
"others": {
"updated": "2026-03-02T18:00:10.491Z",
"created": "2026-03-02T18:00:10.491Z"
}
},
{
"_id": "69a5d038cde7c3a570f23809",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 29,
"currency": "try",
"amount": 531,
"others": {
"updated": "2026-03-02T18:00:24.159Z",
"created": "2026-03-02T18:00:24.159Z"
}
},
{
"_id": "69a5d044cde7c3a570f23850",
"providerServiceCode": "ptt_standart_2",
"desiOrKg": 30,
"currency": "try",
"amount": 543,
"others": {
"updated": "2026-03-02T18:00:36.002Z",
"created": "2026-03-02T18:00:36.002Z"
}
},
{
"_id": "69ac9090ed5533e82d03683f",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 0.5,
"currency": "try",
"amount": 230,
"others": {
"updated": "2026-03-07T20:54:40.921Z",
"created": "2026-03-07T20:54:40.921Z"
}
},
{
"_id": "69ac9096ed5533e82d036855",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 1,
"currency": "try",
"amount": 234,
"others": {
"updated": "2026-03-07T20:54:46.164Z",
"created": "2026-03-07T20:54:46.164Z"
}
},
{
"_id": "69ac909bed5533e82d03689b",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 2,
"currency": "try",
"amount": 240,
"others": {
"updated": "2026-03-07T20:54:51.688Z",
"created": "2026-03-07T20:54:51.688Z"
}
},
{
"_id": "69ac90a0ed5533e82d0368aa",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 3,
"currency": "try",
"amount": 253,
"others": {
"updated": "2026-03-07T20:54:56.265Z",
"created": "2026-03-07T20:54:56.265Z"
}
},
{
"_id": "69ac90a6ed5533e82d0368b3",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 4,
"currency": "try",
"amount": 268,
"others": {
"updated": "2026-03-07T20:55:02.395Z",
"created": "2026-03-07T20:55:02.395Z"
}
},
{
"_id": "69ac90abed5533e82d0368bc",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 5,
"currency": "try",
"amount": 287,
"others": {
"updated": "2026-03-07T20:55:07.179Z",
"created": "2026-03-07T20:55:07.179Z"
}
},
{
"_id": "69ac90b0ed5533e82d0368c5",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 6,
"currency": "try",
"amount": 308,
"others": {
"updated": "2026-03-07T20:55:12.449Z",
"created": "2026-03-07T20:55:12.449Z"
}
},
{
"_id": "69ac90b6ed5533e82d0368ce",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 7,
"currency": "try",
"amount": 347,
"others": {
"updated": "2026-03-07T20:55:18.030Z",
"created": "2026-03-07T20:55:18.030Z"
}
},
{
"_id": "69ac90baed5533e82d0368d7",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 8,
"currency": "try",
"amount": 362,
"others": {
"updated": "2026-03-07T20:55:22.816Z",
"created": "2026-03-07T20:55:22.816Z"
}
},
{
"_id": "69ac911aed5533e82d036921",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 9,
"currency": "try",
"amount": 380,
"others": {
"updated": "2026-03-07T20:56:58.813Z",
"created": "2026-03-07T20:56:58.813Z"
}
},
{
"_id": "69ac911fed5533e82d03692a",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 10,
"currency": "try",
"amount": 398,
"others": {
"updated": "2026-03-07T20:57:03.174Z",
"created": "2026-03-07T20:57:03.174Z"
}
},
{
"_id": "69ac9123ed5533e82d036933",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 11,
"currency": "try",
"amount": 458,
"others": {
"updated": "2026-03-07T20:57:07.128Z",
"created": "2026-03-07T20:57:07.128Z"
}
},
{
"_id": "69ac9127ed5533e82d03693c",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 12,
"currency": "try",
"amount": 478,
"others": {
"updated": "2026-03-07T20:57:11.487Z",
"created": "2026-03-07T20:57:11.487Z"
}
},
{
"_id": "69ac912ced5533e82d036945",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 13,
"currency": "try",
"amount": 506,
"others": {
"updated": "2026-03-07T20:57:16.134Z",
"created": "2026-03-07T20:57:16.134Z"
}
},
{
"_id": "69ac9132ed5533e82d03694e",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 14,
"currency": "try",
"amount": 548,
"others": {
"updated": "2026-03-07T20:57:22.679Z",
"created": "2026-03-07T20:57:22.679Z"
}
},
{
"_id": "69ac913ded5533e82d036967",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 15,
"currency": "try",
"amount": 584,
"others": {
"updated": "2026-03-07T20:57:33.876Z",
"created": "2026-03-07T20:57:33.876Z"
}
},
{
"_id": "69ac9143ed5533e82d036970",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 16,
"currency": "try",
"amount": 606,
"others": {
"updated": "2026-03-07T20:57:39.803Z",
"created": "2026-03-07T20:57:39.803Z"
}
},
{
"_id": "69ac9148ed5533e82d036979",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 17,
"currency": "try",
"amount": 638,
"others": {
"updated": "2026-03-07T20:57:44.273Z",
"created": "2026-03-07T20:57:44.273Z"
}
},
{
"_id": "69ac914ced5533e82d036982",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 18,
"currency": "try",
"amount": 669,
"others": {
"updated": "2026-03-07T20:57:48.901Z",
"created": "2026-03-07T20:57:48.901Z"
}
},
{
"_id": "69ac9151ed5533e82d03698b",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 19,
"currency": "try",
"amount": 692,
"others": {
"updated": "2026-03-07T20:57:53.486Z",
"created": "2026-03-07T20:57:53.486Z"
}
},
{
"_id": "69ac9155ed5533e82d036994",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 20,
"currency": "try",
"amount": 704,
"others": {
"updated": "2026-03-07T20:57:57.461Z",
"created": "2026-03-07T20:57:57.461Z"
}
},
{
"_id": "69ac9159ed5533e82d03699d",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 21,
"currency": "try",
"amount": 754,
"others": {
"updated": "2026-03-07T20:58:01.611Z",
"created": "2026-03-07T20:58:01.611Z"
}
},
{
"_id": "69ac917eed5533e82d0369a6",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 22,
"currency": "try",
"amount": 778,
"others": {
"updated": "2026-03-07T20:58:38.488Z",
"created": "2026-03-07T20:58:38.488Z"
}
},
{
"_id": "69ac9183ed5533e82d0369af",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 23,
"currency": "try",
"amount": 790,
"others": {
"updated": "2026-03-07T20:58:43.017Z",
"created": "2026-03-07T20:58:43.017Z"
}
},
{
"_id": "69ac9187ed5533e82d0369b8",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 24,
"currency": "try",
"amount": 820,
"others": {
"updated": "2026-03-07T20:58:47.024Z",
"created": "2026-03-07T20:58:47.024Z"
}
},
{
"_id": "69ac918bed5533e82d0369c1",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 25,
"currency": "try",
"amount": 856,
"others": {
"updated": "2026-03-07T20:58:51.179Z",
"created": "2026-03-07T20:58:51.179Z"
}
},
{
"_id": "69ac9190ed5533e82d0369ca",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 26,
"currency": "try",
"amount": 892,
"others": {
"updated": "2026-03-07T20:58:56.065Z",
"created": "2026-03-07T20:58:56.065Z"
}
},
{
"_id": "69ac9195ed5533e82d0369d3",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 27,
"currency": "try",
"amount": 910,
"others": {
"updated": "2026-03-07T20:59:01.215Z",
"created": "2026-03-07T20:59:01.215Z"
}
},
{
"_id": "69ac9199ed5533e82d0369dc",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 28,
"currency": "try",
"amount": 928,
"others": {
"updated": "2026-03-07T20:59:05.753Z",
"created": "2026-03-07T20:59:05.753Z"
}
},
{
"_id": "69ac919fed5533e82d0369e5",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 29,
"currency": "try",
"amount": 952,
"others": {
"updated": "2026-03-07T20:59:11.059Z",
"created": "2026-03-07T20:59:11.059Z"
}
},
{
"_id": "69ac9258ed5533e82d03749a",
"providerServiceCode": "yurtici_standart_2",
"desiOrKg": 30,
"currency": "try",
"amount": 964,
"others": {
"updated": "2026-03-07T21:02:16.485Z",
"created": "2026-03-07T21:02:16.485Z"
}
}
],
"totalCount": 217
},
"code": 500
}
200 - Başarılı kimlik doğrulamasına rağmen geçersiz ID parametresiyle istek gönderildiğinde dönen hata yanıtı.: Başarılı kimlik doğrulamasına rağmen geçersiz ID parametresiyle istek gönderildiğinde dönen hata yanıtı.
{
"status": false,
"message": "Id parametresi geçersiz.",
"code": 500
}
200 - Başarılı kimlik doğrulaması ve geçerli ID parametresiyle istek gönderildiğinde dönen yanıt.: Başarılı kimlik doğrulaması ve geçerli ID parametresiyle istek gönderildiğinde dönen yanıt.
{
"status": false,
"message": "Hizmet sağlayıcı bulunamadı.",
"code": 500
}
200 - Başarılı kimlik doğrulaması ve geçerli ID parametresiyle istek gönderildiğinde dönen yanıt. (1): Başarılı kimlik doğrulaması ve geçerli ID parametresiyle istek gönderildiğinde dönen yanıt.
{
"status": true,
"message": "Desi or kgs getirildi.",
"payload": {
"data": {
"others": {
"updated": "2025-02-21T12:36:52.268Z",
"created": "2025-02-21T12:36:52.268Z"
},
"_id": "67b8736421fe979c1c8d27c4",
"providerServiceCode": "ptt_fixed_price",
"matchId": null,
"desiOrKg": 0.5,
"amount": 139,
"currency": "try",
"__v": 0,
"cost": 139,
"profit": 0
},
"totalCount": 1
},
"code": 500
}