viesCheck
query
VIES VAT validation
Validates a customer's VAT number against the EU VIES (VAT Information Exchange System) database. Returns validation status for the given country ISO code and VAT number.
query {
viesCheck(countryISO: String!, vat: String!): ViesCheck!
}Returns: ViesCheck!
Arguments
| Name | Type | Description |
|---|---|---|
countryISO | String! | |
vat | String! |