list_products
Fetch food menu products from WPCafe, filtered by category, location, search term, and paginated for easy browsing.
Instructions
List WooCommerce food menu products managed by WPCafe. Supports filtering by category, location, search, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Sort direction | |
| paged | No | Page number (default 1) | |
| search | No | Search products by name or SKU | |
| orderby | No | Sort field | |
| category | No | Filter by WooCommerce product category slug or ID | |
| location | No | Filter by restaurant location taxonomy ID | |
| per_page | No | Products per page (default 10) |