list_products
Retrieve a paginated list of products from your Paystack account. Filter by date range to find products created within a specific period.
Instructions
List products available on your Paystack integration with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | A timestamp at which to stop listing product e.g. 2016-09-24T00:00:05.000Z | |
| from | No | A timestamp from which to start listing product e.g. 2016-09-24T00:00:05.000Z | |
| page | No | The page number to retrieve. Default is 1 | |
| perPage | No | Number of records to retrieve per page. If not specified we use a default value of 50 |