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
StringThe ISO 3166-1 alpha-2 code representing the country (e.g., "IN" for India, "US" for the United States).
templateName
templateNameEnumThe type of address form.
validateAddressRequestInput
ValidateAddressRequestInputValidate the detail of a given address.
Response
address
StringComplete address, combining address line 1, address line 2, area, landmark, sector, city, state, and pincode.
address1
StringFirst line of the address, typically containing street or building information.
address2
StringSecond line of the address, which can be used for additional address details if needed.
area
StringLocality or area associated with the address.
landmark
StringProminent nearby landmark that aids in locating the address.
pincode
StringPostal code or PIN code of the address area.
sector
StringSpecifies the sector or district of the address if applicable.
city
StringDenote the city or municipality of the address.
state
StringIndicates the state or province of the address.
name
StringRecipient's name associated with the address.
phone
StringRecipient's contact phone number.
email
StringRecipient's email address.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?