standardisedAddressInfo
Get standardised address information from the postcode.
Arguments
Postcode used to retrieve standard address info.
Returns
StandardAddressInfoExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query StandardisedAddressInfo($postcode: String) {
standardisedAddressInfo(postcode: $postcode) {
postcode
provinceCode
provinceName
streetDetails {
...StreetDetailsFragment
}
}
}
Variables
{
"postcode": "charge-sit-remember-type-chance"
}
Response
{
"data": {
"standardisedAddressInfo": {
"postcode": "unit-thought-glass-west-worker",
"provinceCode": "suffer-news-that-child-car",
"provinceName": "catch-reason-whether-create-carry",
"streetDetails": [StreetDetails]
}
}
}