This API endpoint provides information about the tax type applicable to a specific country.
After sending a request to retrieve an order status, you can receive the following responses.
sales_tax (for example, when countryIsoTwoCode is US)vat (for example, when countryIsoTwoCode is GB)tax (for example, when countryIsoTwoCode is CA){
"type": "sales_tax"
}The list of possible errors for this endpoint, along with their types and interpretation, is provided in the general reference: Endpoint response errors.