# BaseBuilder Ecommerce Sales Tax Calculator

> BaseBuilder Ecommerce Sales Tax Calculator is a paid API for AI agents from bbx-ecommerce.vercel.app, paid per call via x402, $0.115412/call, status unknown (last checked 2026-09-14).

Calculates applicable sales tax for ecommerce transactions based on location and order details

## Facts

- Endpoint: POST https://bbx-ecommerce.vercel.app/api/sales-tax-calculator
- Price: $0.115412/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-ecommerce-sales-tax-calculator-b6ac19a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A0nPDrRlHkt47yz8fjMi5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability basebuilder-ecommerce-sales-tax-calculator-b6ac19a9 -d '<json body>'
```

Example prompt: Calculate the sales tax on a $149.99 order being shipped to Austin, Texas 78701 — the items are general merchandise, not groceries or exempt goods.

## When to prefer this

Choose this endpoint when you need a quick, per-transaction US sales tax calculation for ecommerce orders and want a simple API call rather than integrating a full tax platform like TaxJar or Avalara. Best suited for smaller or bootstrapped storefronts using the BaseBuilder ecosystem that need reliable tax figures at checkout without a full-featured subscription.

## Known failure modes

- Invalid or missing zip code returns error or zero result
- Unsupported jurisdiction or territory may return null rate
- Malformed order amount or negative values cause validation error
- Missing required fields (amount, location) result in 400-level error
- Edge cases like tax-exempt products or buyers may not be handled without explicit flags

## How this service works

BaseBuilder Ecommerce API hub - 19 paid endpoints

## Output

Returns the calculated sales tax amount and applicable rate for the given order, including jurisdiction-level breakdown (state, county, city) and the total tax owed in dollars.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-ecommerce-sales-tax-calculator-b6ac19a9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-ecommerce.vercel.app](https://www.zero.xyz/host/bbx-ecommerce.vercel.app/llms.txt)
