LandedHub Customs Calculator
收藏官方服务:
资源简介:
Dynamic SARS duty and VAT calculation engine for clothing and apparel imports into South Africa.
创建时间:
2026-07-15
原始信息汇总
数据集概述:LandedHub Customs Calculator
类别:Commerce
描述:专为南非零售商设计的自动化电子商务关税计算API。该API可动态计算南非服装和服饰进口的关税、增值税及总到岸成本,并自动匹配SARS(南非税务局)海关编码及区域贸易协定规则(如SACU)。
快速入门
- 端点:POST
/api/calculate - 必填参数:
customsValueZAR(number):货物离岸价(FOB),单位为南非兰特(ZAR)。hsCode(string):SARS海关编码(例如"6109.10.10")。
- 可选参数:
originCountry(string):设为"SACU"可将关税覆盖为0%。
请求示例: json { "customsValueZAR": 5000, "hsCode": "6109.10.10", "originCountry": "INTL" }
成功响应(200 OK)示例: json { "success": true, "meta": { "hsCode": "6109.10.10", "category": "Knit T-Shirts (Collarless)", "appliedDutyRate": "45%" }, "data": { "customsDutyZAR": 2250, "vatBaseZAR": 7750, "importVatZAR": 1162.5, "totalLandedCostZAR": 8412.5 } }
计算逻辑
- 关税:
customsValueZAR * 匹配的HS编码关税率 - 增值税基数(ATV):
(customsValueZAR * 10%) + customsDutyZAR - 进口增值税:
vatBaseZAR * 15% - 总到岸成本:
customsValueZAR + customsDutyZAR + importVatZAR
错误代码
| 状态码 | 消息 | 说明 |
|---|---|---|
| 400 | "Bad Request. The HS Code ... is not supported..." |
提供的HS编码不在系统中 |
| 401 | "Unauthorized access attempt." |
缺少或API密钥无效 |
| 429 | "Free trial limit reached..." |
免费配额已用完 |
定价方案
- BASIC:$0.00/月
- PRO:$28.00/月
- ULTRA:$74.00/月
性能指标:服务等级100%,延迟666ms



