v1
latestOpenAPI 3.0.32026-07-26170311887.2 KBTaxes and Duties
Calculate Tax and Duty
Retrieve tax and duty costs information.
Use either of the two schemas WITH COUNTRY IDS OR WITH COUNTRY ALPHA2 to provide country specific details.
Required authorization scope: public.tax_and_duty:read
Note: This endpoint requires an advanced scope. You can enable advanced scopes when creating or editing your API connection.
Calls to this endpoint count towards your API usage allowance. You can monitor your current usage in the Subscription section of your account.
post/2024-09/taxes_and_duties
Request body
Example request
{
"currency": "USD"
}Response
get tax and duty
Example response
{
"tax_and_duty": {
"currency": "USD",
"import_duty_details": [
{
"hs_code_provided": "42029100",
"hs_code_applied": "4202910010"
}
]
}
}