Files
medusa-store/packages/core-flows/src/tax/index.ts
Sebastian Rindom 2407b443f1 feat(tax): add endpoints to create tax regions and tax rates (#6533)
**What**
Adds:
- POST /admin/tax-regions
- POST /admin/tax-rates
- GET /admin/tax-rates
- `createTaxRegionsWorkflow`
- `createTaxRatesWorkflow`
2024-02-29 10:26:21 +00:00

3 lines
52 B
TypeScript

export * from "./steps"
export * from "./workflows"