action taxamo_calculate_tax_location { label: "Calculate location" provider: taxamo method: GET path: "/api/v1/tax/location/calculate" encoding: json input: { type: "object" properties: { billing_country_code: { type: "string" } buyer_credit_card_prefix: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }