Platform Kargo Profil Listesi

Platform Kargo Profil Listesi (profile/list)

Platformda tanımlı bulunan kargo profil bilgilerine ait ID değerleri bu servis kullanılarak alınacaktır.

GET profile/list

https://merchantapi.idefix.com/pim/cargo-company/profile/list

Örnek Servis Cevabı:
[
    {
        "title": null,
        "cargoCompany": {
            "id": 45,
            "title": "Demo Kargo",
            "code": "Demo",
            "taxNumber": "1234567891"
        },
        "status": true,
        "cargoIntegrationUrl": "test",
        "cargoTrackingUrl": "test",
        "cargoUserCredential": [
            "Demo kargo"
        ],
        "isPlatformTrackingSupport": false,
        "isSellerTrackingSupport": false,
        "isPlatformAgreementSupport": false,
        "isSellerAgreementSupport": true,
        "isPlatformCargoSend": false,
        "isSellerCargoSend": false,
        "acceptReturn": false,
        "fullCoverage": true,
        "acceptHomeReturn": false
    },
    {
        "title": null,
        "cargoCompany": {
            "id": 45,
            "title": "Demo Kargo",
            "code": "Demo",
            "taxNumber": "1234567891"
        },
        "status": true,
        "cargoIntegrationUrl": "sss.com.tr",
        "cargoTrackingUrl": "sssddd.com.tr",
        "cargoUserCredential": [
            "Demo kargo"
        ],
        "isPlatformTrackingSupport": false,
        "isSellerTrackingSupport": false,
        "isPlatformAgreementSupport": false,
        "isSellerAgreementSupport": true,
        "isPlatformCargoSend": false,
        "isSellerCargoSend": false,
        "acceptReturn": false,
        "fullCoverage": true,
        "acceptHomeReturn": false
    }
]
Response Parametreleri
Parametre Ad Açıklama
isPlatformTrackingSupport Platform öder anlaşmalı çalışılan kargoda, platform olarak takip yapılabildiği bilgisidir.
isSellerTrackingSupport Platform olarak satıcı adına kargo takibi yapılıp yapılamadığı bilgisidir.
isPlatformAgreementSupport Platform anlaşmalı bir kargo olduğunu belirtir.
isSellerAgreementSupport Satıcı anlaşmalı bir kargo olduğunu belirtir.
isPlatformCargoSend Platform öder anlaşmalı çalışılan kargoda, kargo key alınıp alınamadığı bilgisidir.
isSellerCargoSend Platform olarak satıcı adına kargo key alınıp alınamadığı bilgisidir.
acceptReturn Kargonun iade sürecini desteklediği bilgisidir.
fullCoverage Ulusal kargo (tüm ülke genelinde hizmet veren) olduğunu belirtir.
acceptHomeReturn Kargonun evden iade hizmetini desteklediği bilgisidir.