get_shipping_quote
Resolve a seller's shipping cost to a destination country before buying, without leaving this connector. Pass the seller_mcp_url from the listing's mcp_ref and the ISO 3166-1 alpha-2 country. Returns the flat rate, a per-order-quote signal, or a rejection. Call this before buy_product and pass buyer_country there to fold shipping into the total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buyer_country | Yes | ISO 3166-1 alpha-2 destination country code (e.g. GB, US, JP). | |
| seller_mcp_url | Yes | mcp_ref.seller_mcp_url from a find_seller / get_seller_products result. |