Setup

To use the Marketing API, install the @wix/marketing package using npm or Yarn:

Copy Code
npm install @wix/marketing

or

Copy Code
yarn add @wix/marketing

Then import marketing from @wix/marketing:

Copy Code
import marketing from '@wix/marketing'
Was this helpful?
Yes
No