List products
list_productsList project products with pagination and status filters. Read-only operation, no credits consumed. Use to retrieve real items for building storefront product cards.
Instructions
List the project's products (paginated). Read-only; does not consume credits. Use before scaffolding a storefront so you generate cards for real items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Default 1. | |
| status | No | Filter by product status. | |
| page_size | No | Items per page (1-100). Default 20. |