Skip to main content
Version: 202201

Get Address Details

GET 

/openapi/2022-01/customers/:customer_id/addresses/:address_id

Retrieve details of a specific address using its unique identifier.

Request

Path Parameters

    customer_id stringrequired

    Customer's ID

    address_id stringrequired

    Address's ID

Responses

200

Schema
    address object
    idstring
    Example: 2490dc6a-d511-4e5e-bbcb-d58e913243ad
    customer_idstring
    Example: 2dd957e3-2051-4cdf-8584-9c0046b4d1ae
    first_namestring
    Example: Ryan
    last_namestring
    Example: zhang
    companystring
    Example: ABC Limited
    citystring
    Example: SAN JOSE
    provincestring
    Example: New Mexico
    countrystring
    Example: United States
    zipstring
    Example: 87036
    province_codestring
    Example: NM
    country_codestring
    Example: US
    genderstring
    Example: male
    phonestring
    Example: +8615015570043
    phone_area_codestring
    Example: +86
    areastring
    Example: Bay area
    emailstring
    namestring
    Example: Ryan zhang
    address1string
    Example: 1 Rue des Carrieres
    address2string
    Example: Suite 1234
    country_namestring
    Example: United States
    defaultboolean
    Default value: true
    Example: true