Customer addresses
Returns a specific customer address
get/customers/addresses/{addressId}
Path parameters
addressIdinteger required
Address id
Response
Location & contact
Example response
{
"data": {
"customer_id": 1,
"address": "Schanzenstr 12b (Hinterhof), 51063 Köln, Deutschland",
"full_address": "Erika Mustermann, Einkauf, Schanzenstr 12b (Hinterhof), 51063 Köln, Deutschland",
"first_line": "Schanzenstr 12b (Hinterhof), 51063 Köln, Deutschland",
"second_line": "Erika Mustermann, Einkauf",
"icon": "fas fa-map-marker-alt",
"color": "#000000",
"contrast_color": "WHITE"
}
}Changes
Changed in 1 of the 4 revisions of this API.3
- ○
added the optional property
data/addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/full_addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/second_lineto the response with the200statusresponse-optional-property-added
- ○