> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: FulfillmentMethods ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-restaurants-v2/fulfillment-methods/introduction.md ## Article Content: --- title: Introduction --- # 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: ```js import { fulfillmentMethods } from 'wix-restaurants.v2'; ``` ## 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.