get_service
Get one service's full detail, including ALL of its plan options (id, name, price per 1000, min/max quantity, quality tier, typed axes such as country or watch length, listed delivery speed and start window, and the recommended flag). Use this after search_catalog (or whenever you already have a service id) so you can present the available plans and quantity range to the user, then pass the chosen service_option_id to get_quote and place_order. For a ready-made choice for a given quantity, call recommend_service instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | Yes | The service id from search_catalog. |