list_products
Retrieve and filter subscription products with options for status, category, and pricing details to manage billing inventory.
Instructions
List products. GET /products. Optional: include (productRateplan, productRateplanCharge, chargeTier), status (published|draft|archived|disabled), name, category (baseProducts|addOn|bundleProduct|miscellaneous|service), orderBy, sortBy (ASC/DESC), itemPerPage, pageNo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Comma-separated includes: productRateplan, productRateplanCharge, chargeTier | |
| status | No | Filter by product status | |
| name | No | Filter by product name | |
| category | No | Filter by product category | |
| orderBy | No | Sort column | |
| sortBy | No | ASC or DESC | |
| itemPerPage | No | Items per page | |
| pageNo | No | Page number (1-based) |