POST

Query Items


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Note: The Item API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the Wix App Market.

Retrieves a list of items given the provided paging, filtering, and sorting. Up to 500 items can be returned per request.

For a detailed list of supported operations, see the Supported Filters and Sorting article. To learn how to query items, see API Query Language.

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
image.id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
businessLocationIds$eq, $ne, $exists, $in, $any, $allSort: ASC, DESC
name$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
description$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
visible$eq, $ne, $exists, $in, $anySort: ASC, DESC
featured$eq, $ne, $exists, $in, $anySort: ASC, DESC
createdDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
updatedDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
priceVariants.variants.price$in, $nin, $eq, $ne, $existsSort: ASC, DESC
orderSettings.inStock$in, $nin, $eq, $ne, $existsSort: ASC, DESC
orderSettings.acceptSpecialRequests$in, $nin, $eq, $ne, $existsSort: ASC, DESC
labels.id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
modifierGroups.id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
priceVariants.variants.variantId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
externalReferenceInfo.externalAppId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
externalReferenceInfo.externalEntityId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
externalReferenceInfo.connected$eq, $ne, $exists, $in, $anySort: ✗
Permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/restaurants/menus-item/v1/items/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?