Sevkiyat ve İade Adres Listesi

İade ve Sevkiyat Adres Bilgileri (address)

create servisine yapılacak isteklerde sistemde tanımlı olan gönderilecek iade ve sevkiyat adresinizin bilgilerine ve bu bilgilere ait ID değerlerine bu servis üzerinden erişebilirsiniz.

GET address

https://merchantapi.idefix.com/pim/vendor/{vendorId}/address

Örnek Servis Cevabı:
[
  {
    "id": 6,
    "addressType": "return",
    "cityText": "İSTANBUL",
    "neighborhoodText": "GÜZELTEPE MAH",
    "postalCode": "34680",
    "fullAddress": "test adresidir",
    "isDefault": true,
    "cityId": 40,
    "districtId": 1354,
    "countyId": 484,
    "neighborhoodId": 36334
  },
  {
    "id": 5,
    "addressType": "invoice",
    "cityText": "İSTANBUL",
    "neighborhoodText": "GÜZELTEPE MAH",
    "postalCode": "34680",
    "fullAddress": "test adresidir.",
    "isDefault": true,
    "cityId": 40,
    "districtId": 1354,
    "countyId": 484,
    "neighborhoodId": 36334
  },
  {
    "id": 4,
    "addressType": "shipping",
    "cityText": "İSTANBUL",
    "neighborhoodText": "SALACAK MAH",
    "postalCode": "34668",
    "fullAddress": "test adresidir. ",
    "isDefault": true,
    "cityId": 40,
    "districtId": 1361,
    "countyId": 484,
    "neighborhoodId": 36351
  }
]