OSC: Turning Off Validation

You can turn off validation in the API request or you can set this per country in the Vertex Validator Settings UI.

To do so using the API, ensure that the customer.taxRegistrations.validationResult.isValid field is set to true in your requests:

customer.taxRegistrations.validationResult.isValid: true

Example