Documentation

Address API - Reference



Overview

Ingrid provides HTTP endpoints returning data in JSON format. We provide you with two environments:



Object Reference

Address

Represents an address suitable for delivery.

AddressSuggestionAddressComponentId

Enum Values:
  • UNKNOWN
  • ADDRESS_LINES
  • ADDRESS_LINES_2
  • CITY
  • POSTAL_CODE
  • COUNTRY
  • REGION
  • NAME
  • STREET
  • STREET_NUMBER
  • APARTMENT_NUMBER
  • EMAIL
  • PHONE_NUMBER
  • FIRST_NAME
  • LAST_NAME
  • BUILDING_NAME

Any

Contact

Contact represents generic contact information.

ContactPhoneNumber

A phone number, including region and optional extension.

ConvertSuggestionResponse

Response message for converted session.

Coordinates

Represents a latitude/longitude pair. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.

ListContactsResponse

Response message for listing customer saved contacts.

ListSuggestionsResponse

ProviderId

External data provider for the suggestions and addresses.

- UNSPECIFIED: If the provider is unspecified or unknown, the default one will be used.

Enum Values:
  • UNSPECIFIED
  • GOOGLE_MAPS
  • LOQATE

Status

Suggestion

A Suggestion represents address suggestion returned by an address autocomplete service.

ValidateAddressRequest

Request message for validating an address.

ValidateAddressResponse

Response message for validating an address.

ValidateAddressResponseAddressSuggestion

ValidateAddressResponseVerifyResultType

Enum Values:
  • UNKNOWN
  • VALID
  • INVALID

Last updated: Thu, Feb 12, 06:59 AM