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 yapilabildiği bilgisidir.
isSellerTrackingSupport Platform olarak satıcı adına kargo takibi yapılabiliyor mu 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ınabilir mi bilgisidir.
isSellerCargoSend Platform olarak satıcı adına kargo key alınabilir mi bilgisidir.
acceptReturn Kargonun iadeyi de desteklediği bilgisidir.
fullCoverage Ulusal kargo demektir.
acceptHomeReturn Kargonun evden iadeyi de desteklediği bilgisidir.