Skip to content

address

Use this query to:

  • Get product eligibility and related information for a given address
  • Create referral URLs for your interested customers to use
address(
address: AddressInput!
): AddressDetails!
ArgumentTypeDescription
addressAddressInput!The address data is represented by an AddressInput object type. This includes all address data that we need.

Returns AddressDetails!.