When editing customer address with reslet script I always gets : Please enter value(s) for: Address"
What field should I set there?
this is the address object i loop through
"addressbook": [
{
"addressee": "Mohammed Talahwi",
"addr1": "El Shaar , 3097",
"city": "Istanbul",
"zip": "05339-900",
"country": "Türkiye",
"defaultbilling": "T",
"defaultshipping": "T"
}
]