> 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 # CreateItem # Package: items # Namespace: RestaurantsMenusItem # Method link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/items/create-item.md ## Permission Scopes: Manage Restaurants - all permissions: SCOPE.RESTAURANTS.MEGA-SCOPES ## Introduction > **Note:** The Item API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new). Creates an item. To create multiple items at once, use [Bulk Create Items](https://dev.wix.com/docs/rest/business-solutions/restaurants/menus/item/bulk-create-items.md). --- ## REST API ### Schema ``` Method: createItem Description: > **Note:** The Item API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new). Creates an item. To create multiple items at once, use [Bulk Create Items](https://dev.wix.com/docs/rest/business-solutions/restaurants/menus/item/bulk-create-items.md). URL: https://www.wixapis.com/restaurants/menus/v1/items Method: POST # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: item, item.modifierGroups.id Method parameters: param name: item | type: Item | required: true - ONE-OF: - required: true - name: priceVariants | type: PriceVariants | description: Item price variants. - name: variants | type: array | description: List of price variants. - name: variantId | type: string | description: Price variant GUID. - name: priceInfo | type: PriceInfo | description: Price info of a variant. - name: price | type: string | description: Price. - name: priceInfo | type: PriceInfo | description: Item price info. - name: name | type: string | description: Item name. - name: description | type: string | description: Item description. - name: image | type: Image | description: Main item image. - name: id | type: string | description: WixMedia image GUID. - name: url | type: string | description: Image URL. - name: height | type: integer | description: Original image height. - name: width | type: integer | description: Original image width. - name: altText | type: string | description: Image alt text. - name: filename | type: string | description: Image filename. - name: additionalImages | type: array | description: Additional item images. - name: labels | type: array