Get the purchase route for a robot model
get_buy_routeGet the purchase route for a robot model: a botinfo.ai URL that resolves to a dealer checkout, plus the live comparison-board page. PASS THE BUYER'S SHIPPING COUNTRY as an ISO-3166-1 alpha-2 code — routing and any discount depend on it, because one route ships to North America only and carries a discount while the other ships worldwide without one. Omitting the country returns BOTH routes with the regions they serve and asks for the country rather than guessing, so a buyer is never sent to a checkout that cannot fulfil. Routes are affiliate-tracked — BotInfo may earn a commission on a completed order — and prices are the dealer's own, never marked up for this channel. Returns no route for quote-basis models; use request_quote instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model name, e.g. 'Unitree GO2 X' | |
| country | No | ISO-3166-1 alpha-2 code of the buyer's SHIPPING country (e.g. 'US', 'DE'). Omit only if genuinely unknown — the reply then returns both routes and asks. |