Skip to main content
Version: 202607

Get address

GET 

/openapi/2026-07/customers/:customer_id/addresses/:address_id

Retrieve details of a specific address using its unique identifier.

Request

Path Parameters

    customer_id stringrequired

    Customer ID

    address_id stringrequired

    Address ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    address object

    The newly created address object

    idstring

    Address ID

    customer_idstring

    ID of the customer this address belongs to

    first_namestring

    First name of the consignee

    last_namestring

    Last name of the consignee

    companystring

    Company name

    citystring

    City of the address

    provincestring

    Province or state of the address

    countrystring

    Country name of the address

    zipstring

    Postal or ZIP code

    province_codestring

    Province code

    country_codestring

    ISO country code

    genderstring

    Gender of the consignee

    phonestring

    Phone number associated with the address

    phone_area_codestring

    Area code of the phone number

    areastring

    Area or region of the address

    emailstring

    Email associated with the address

    namestring

    Full name of the consignee

    address1string

    Primary street address

    address2string

    Secondary street address

    country_namestring

    Full name of the country

    defaultboolean

    Indicates if this is the default address