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/address to the response with the 200 status

      response-optional-property-added

    • added the optional property data/full_address to the response with the 200 status

      response-optional-property-added

    • added the optional property data/second_line to the response with the 200 status

      response-optional-property-added