billing_getCatalogItemListV1
List available catalog items by category or name, with prices in cents, to view services and pricing before ordering.
Instructions
Retrieve catalog items available for order.
Prices in catalog items is displayed as cents (without floating point),
e.g: float 17.99 is displayed as integer 1799.
Use this endpoint to view available services and pricing before placing orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter catalog items by category | |
| name | No | Filter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domain |