Skip to main content

AddressBasedTaxZoneStrategy

Address based TaxZoneStrategy which tries to find the applicable Zone based on the country of the shipping address of the Order. This is useful for shops that do cross-border B2C orders and use the One-Stop-Shop (OSS) VAT scheme.

Returns the default Channel's default tax zone if no applicable zone is found.

Info

This is configured via taxOptions.taxZoneStrategy = new AddressBasedTaxZoneStrategy() in your VendureConfig.

Example

Ts
Signature

determineTaxZone

method(ctx: RequestContext, zones: Zone[], channel: Channel, order?: Order) => Zone
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page