Introduction

The Fulfillment Methods API allows you to create, retrieve, and manage fulfillment methods for restaurants.

With the Fulfillment Methods API, you can:

  • Create and manage fulfillment methods.
  • Get information about existing fulfillment methods.
  • Retrieve fulfillment methods that are available for a given address.

Before you begin

It’s important to note the following points before starting to code:

  • The site or project owner must install the Wix Restaurants Orders (New) app.

To use the Fulfillment Methods API, import { fulfillmentMethods } from wix-restaurants.v2:

Copy
1

Terminology

  • Fulfillment method: A method by which a restaurant can serve its customers their orders.
  • Pickup fulfillment method: A type of fulfillment method in which the customer picks up the order from a restaurant.
  • Delivery fulfillment method: A type of fulfillment method in which an order is delivered to the customer.
Was this helpful?
Yes
No