Defines how the active Zone is determined for the purposes of calculating taxes.
This strategy is used in 2 scenarios:
order argument will be undefined, as the request is not related to a specific Order.order argument will be defined, and can be used in the logic. For example, the shipping address can be taken into account.Note that this method is called very often in a typical user session, so any work it performs should be designed with as little performance impact as possible.
This is configured via the taxOptions.taxZoneStrategy property of
your VendureConfig.
InjectableStrategy