curl --location -g --request PUT '{{web_ecommercev2_url}}/addresses/' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"name": {
"ar": "العنوان المنزلي",
"defaultTranslation": "Home Address",
"en": "Home Address"
},
"type": "office",
"country": "UAE",
"city": "Dubai",
"street": "Sheikh Zayed Road",
"addressLine1": "Building 42, Floor 3",
"notes": "Near the metro station",
"poBox": "12345",
"postCode": "54321",
"phone": "+971501234567",
"location": {
"type": "Point",
"coordinates": [
55.272659,
25.197197
]
},
"isDefault": false
}'
{
"id": "681a181340367a4791df3346",
"createdAt": "2025-05-06T14:12:46.012Z",
"createdBy": "667917cabd1516884a1af8fe",
"updatedAt": "2025-05-06T14:12:46.012Z",
"updatedBy": "667917cabd1516884a1af8fe",
"name": {
"ar": "العنوان المنزلي",
"defaultTranslation": "Home Address",
"en": "Home Address"
},
"type": "office",
"country": "UAE",
"city": "Dubai",
"street": "Sheikh Zayed Road",
"addressLine1": "Building 42, Floor 3",
"notes": "Near the metro station",
"poBox": "12345",
"postCode": "54321",
"phone": "+971501234567",
"location": {
"type": "Point",
"coordinates": [
55.272659,
25.197197
]
},
"isDefault": false,
"userId": "667917cabd1516884a1af8fe"
}