Returns a paginated list of products. You can retrieve all products for a restaurant or products from a specific category.
Restaurant API Key. Can be obtained from Tools > API Access in the xMenu dashboard.
Unique restaurant identifier (not required with X-Client-Id authentication). Use this to get all products for a restaurant.
Category unique identifier. Use this to get products for a specific category.
Page number to retrieve
x >= 1Number of results per page (max: 100)
1 <= x <= 100Filter for visible products only (0 = all, 1 = only non-hidden products)
0, 1 Search query to filter products by name (supports multi-word search)
Products list response
Operation result: true if successful, false if failed
Current page number
Maximum number of items per page
Total number of results available
Indicates if there are more pages available
Error code if the operation failed.
See Error codes for general error codes that may occur.
Human-readable error description if the operation failed
List of products