list_products
Retrieve product listings from the store with essential metadata. Supports pagination, search by name, and custom page size to get product IDs, names, slugs, prices, images, and status.
Instructions
List products of the site (metadata only: id, name, slug, price, image, status). Use get_product for full details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| term | No | Search by product name | |
| limit | No | Items per page |