> 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 # ListItems # Package: items # Namespace: RestaurantsMenusItem # Method link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/items/list-items.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). Retrieves a list of up to 500 items. --- ## REST API ### Schema ``` Method: listItems 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). Retrieves a list of up to 500 items. URL: https://www.wixapis.com/restaurants/menus/v1/items Method: GET Method parameters: query param name: itemIds | type: array | description: Item GUIDs. query param name: onlyVisible | type: onlyVisible | description: Whether to return only items that are visible to site visitors. param name: paging | type: CursorPaging - name: limit | type: integer | description: Number of items to load. - name: cursor | type: string | description: Pointer to the next or previous page in the list of results. You can get the relevant cursor token from the `pagingMetadata` object in the previous call's response. Not relevant for the first request. Return type: ListItemsResponse - name: items | type: array | description: Items. - ONE-OF: - 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: id | type: string | description: Item GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the item is updated. To prevent conflicting changes, the current revision must be passed when updating the item. Ignored when creating a item. - name: createdDate | type: string | description: Date and time the item was created. - name: updatedDate | type: string | description: Date and time the item was updated. - 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