İptal Sebep Listesi

İptal Sebep Listesi(reasons/cancel)

İdefix sisteminde müşteriler tarafından oluşturulmuş iptallerin sebeplerine ait Id listesidir.

vendor her satıcının unique bir tanımlayıcısıdır. Zorunlu bir alandır.

GET cancel

https://merchantapi.idefix.com/oms/{vendorId}/reasons/cancel

Örnek Servis Cevabı:
[
    {
        "id": 607,
        "name": "Teslimat tarihi gecikti",
        "reasonType": "cancel",
        "description": "Doğal afet, hastalık, cenaze vb. durumlarda seçilmeli.",
        "createdAt": "2022-09-05T18:35:14+03:00",
        "updatedAt": "2022-09-05T18:35:34+03:00",
        "deletedAt": null
    },
    {
        "id": 609,
        "name": "Yanlış kartla ödeme yaptım",
        "reasonType": "cancel",
        "description": "Yanlış kart ile ödeme yapıldığında iptal etmek için seçelir.",
        "createdAt": "2022-09-05T18:35:14+03:00",
        "updatedAt": "2022-09-05T18:35:34+03:00",
        "deletedAt": null
    },
    {
        "id": 610,
        "name": "Fiyat sebebiyle vazgeçtim",
        "reasonType": "cancel",
        "description": "Ürün fiyat sebebi işe iptal edilmek istenildiğinde seçilir.",
        "createdAt": "2022-09-05T18:35:14+03:00",
        "updatedAt": "2022-09-05T18:35:34+03:00",
        "deletedAt": null
    },
    {
        "id": 611,
        "name": "Adreste bulunmayacağım",
        "reasonType": "cancel",
        "description": "Adres değişikliği durumlarında seçilmeli.",
        "createdAt": "2022-09-05T18:35:14+03:00",
        "updatedAt": "2022-09-05T18:35:34+03:00",
        "deletedAt": null
    },
    {
        "id": 608,
        "name": "Vazgeçtim",
        "reasonType": "cancel",
        "description": "Ürünü yanlışlıkla aldım",
        "createdAt": "2022-09-05T18:35:14+03:00",
        "updatedAt": "2022-09-05T18:35:34+03:00",
        "deletedAt": null
    }
]