Setup

To use the Orders API, install the @wix/restaurants package using npm or Yarn:

Copy
npm install @wix/restaurants

or

Copy
yarn add @wix/restaurants

Then import { orders } from @wix/restaurants:

Copy
import { orders } from "@wix/restaurants";
Did this help?