Skip to main content
Version: 202201

Get Address List

GET 

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

Retrieve a list of all address with pagination.

Request

Path Parameters

    customer_id stringrequired

    Cusomer's ID

Query Parameters

    limit int32

    Limit per page, maximum: 250

    Default value: 10
    page int32

    Page number

    Default value: 1

Responses

200

Schema
    addresses object[]
  • Array [
  • 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
  • ]