post https://marketplace.taxamo.com/api/v3/marketplace/tax/calculate
Log in to see full request history
Response
xxxxxxxxxx
22curl --request POST \
--url https://marketplace.taxamo.com/api/v3/marketplace/tax/calculate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"transaction": {
"transaction_lines": [
{
"import_address": {
"country_code": "LU"
},
"unit_of_measure": "BO",
"is_seller_permanent": true,
"product_class": "P",
"tax_exempt": true,
"reverse_charge": true
}
]
}
}
'
Try It!
to start a request and see the response here! Or choose an example: