> 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: ItemVariants ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-restaurants-v2/menus/item-variants/introduction.md ## Article Content: --- title: Introduction --- # About Item Variants The Item Variants API allows you to manage the pricing options applied to [menu items](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/items/introduction.md). Item variants are determined by specific parameters like size, base ingredient, quantity and other customizable attributes. For example, you can have a raspberry lemonade with sizes "small", "medium", and "large", where pricing for each size is different. The same item variant can be used across various menu items for better flexibility and consistency. With the Item Variants API, you can: - Create, delete, and update item variants. - Retrieve the information about item variants. ## Before you begin It's important to note the following point before starting to code: - You must install the Wix Restaurants Menus (New) app. To use the Item Variants API, import `{ itemVariants }` from wix-restaurants.v2: ```js import { itemVariants } from 'wix-restaurants.v2'; ``` ## Terminology **Menu**: A list of food and beverage items available for purchase at a restaurant.