v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Customers

Get an additional customer address

Get information about an additional customer address.

Returns the full detail of a single additional address record on the customer account, including its address type, street, city, ZIP code, and country. To retrieve all addresses for a customer, use GET /customers/{customer_id}/addresses.

get/customers/{customer_id}/addresses/{additional_customer_address_id_path}

Path parameters

customer_idstring required

The unique ID of the customer.

additional_customer_address_id_pathstring required
Example:86e05affc7a7abefcd513ab400

Unique ID of the customer additional address.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "additional_address_id": "86e05affc7a7abefcd513ab400",
    "address_type": "86e05affc7a7abefcd513ab400",
    "address": {
      "address1": "Old Town Square",
      "address2": "34",
      "address3": "1a",
      "zip": "11000",
      "city": "Prague 1",
      "country_code": "cz"
    }
  }
}