GET

List Catalogs


Deprecation Warning

This method will be deprecated on September 30, 2025.
Replace with List Menus.

Retrieves catalogs, given the provided filtering, sorting and paging. Note that there is a single catalog per location.

Permissions
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage Restaurant Catalogs
Read Restaurant Catalogs
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/restaurants/v3/catalogs

Query Params
sort.fieldNamestringmaxLength 512

Name of the field to sort by.


sort.orderstring

Sort order.


paging.limitintegerminimum 0format int32

Number of items to load.


paging.offsetintegerminimum 0format int32

Number of items to skip in the current sort order.


archivedboolean

Whether archived catalogs are returned. Defaults to false.


locationIdsArray <string>

IDs of the locations for which the catalog will be returned. See the Locations API for more details.

Response Object
catalogsArray <Catalog>

Retrieved catalogs.

List Catalogs
Request
cURL
Response
JSON
Errors

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

Did this help?