To use the Checkout API, install the @wix/ecom package using npm or Yarn:
@wix/ecom
npm install @wix/ecom
or
yarn add @wix/ecom
Then import { checkout } from @wix/ecom:
{ checkout }
import { checkout } from "@wix/ecom";