mutation

validateAddress

Validate addresses using specific templates customized for each country and tailored to various business scenarios. This validation ensures that the data conforms to the information currently stored in the system.
Arguments
countryIsoCode
String
The ISO 3166-1 alpha-2 code representing the country (e.g., "IN" for India, "US" for the United States).
templateName
templateNameEnum
The type of address form.
validateAddressRequestInput
ValidateAddressRequestInput
Validate the detail of a given address.
Response
address
String
Complete address, combining address line 1, address line 2, area, landmark, sector, city, state, and pincode.
address1
String
First line of the address, typically containing street or building information.
address2
String
Second line of the address, which can be used for additional address details if needed.
area
String
Locality or area associated with the address.
landmark
String
Prominent nearby landmark that aids in locating the address.
pincode
String
Postal code or PIN code of the address area.
sector
String
Specifies the sector or district of the address if applicable.
city
String
Denote the city or municipality of the address.
state
String
Indicates the state or province of the address.
name
String
Recipient's name associated with the address.
phone
String
Recipient's contact phone number.
email
String
Recipient's email address.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...