ncloud_get_product_price_list
Get product pricing information including monthly/hourly rates, conditions, and discounts. Filter by region, product code, or category to find specific pricing details.
Instructions
Get product and price list. Returns products with their associated pricing information including monthly/hourly rates, conditions, and discount details. Paginated (default 50/page, sorted by productCode); the response includes totalRows/returnedRows/hasMore/nextPageNo (and truncated=true if a single page was size-capped) — follow nextPageNo to page through all results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default 1). Use nextPageNo from the response to page through results. | |
| pageSize | No | Page size (default 50, max 1000). Results are server-sorted by productCode for stable pagination. | |
| regionCode | Yes | Region code (e.g. KR, JPN, SGN) | |
| detailLevel | No | 'price' (default): slim response with identity + price fields only (much smaller). 'full': raw payload with all metadata. Tip: for broad category queries combine productCategoryCode + productName to keep responses small. | price |
| productCode | No | Product code to filter | |
| productName | No | Keyword search (case-insensitive substring). Matches across productName, productDescription, productCode, productType.codeName, productItemKind.codeName — works even when the NCP productName field is empty/Korean (e.g. 'Load Balancer'). | |
| payCurrencyCode | No | Payment currency code | |
| productCategoryCode | No | Product category code (e.g. COMPUTE) | |
| productItemKindCode | No | Product item kind code (e.g. VSVR) | |
| productItemKindDetailCode | No | Product item kind detail code (NCP billing classification change, 2026-06-25). Use 'VM' to query VM servers only (otherwise BM may be mixed in), 'BM' for Bare Metal only. Block Storage: BSTAD / BSTBS / BSTBS_BSTAD / CB1 / CB2 / FB1 / FB2. |