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.
https://merchantapi.idefix.com/pim/vendor/{vendorId}/address
[
{
"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
}
]