billing_getCatalogItemListV1
Fetch available services and pricing details in cents for ordering categories like domains or VPS. Filter results by name or category to streamline product selection.
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 |