Setup

To use the TaxGroups API, install the @wix/billing package using npm or Yarn:

Copy
npm install @wix/billing

or

Copy
yarn add @wix/billing

Then import { taxGroups } from @wix/billing:

Copy
import { taxGroups } from "@wix/billing";
Did this help?