compare_shipping_prices
Look up live, ranked shipping prices for a specific package and route across every carrier PackZoo covers for the origin country. Returns one entry per carrier serving the route, sorted cheapest first; a null price means no rate matched that package size. Letter, envelope, and mailbox rates (e.g. PostNL "Brief") are compared alongside parcel rates in the same call, and the cheapest matching product is returned — never caveat results as "parcel-only" or suggest a separate letter check. Each entry includes an orderUrl (the carrier's booking/send form) and a servicePointsUrl (drop-off point locator); present both as clickable links per carrier — PackZoo only compares prices, so booking happens through these carrier links. To discover which carriers or destinations are covered, use list_carriers instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width_cm | Yes | Another side of the package in centimetres. | |
| height_cm | Yes | The remaining side of the package in centimetres. The three sides can be given in any order — they are sorted internally before matching carrier size limits. | |
| length_cm | Yes | One side of the package in centimetres. | |
| weight_kg | Yes | Package weight in kilograms. | |
| to_country | Yes | Destination country ISO 3166-1 alpha-2 code. Any country code is accepted; carriers with no matching route are simply omitted from the results. | |
| from_country | Yes | Origin country ISO 3166-1 alpha-2 code. Must be one of the supported origins: AT, BE, BG, CY, CZ, DE, DK, EE, ES, FI, FR, GR, HR, HU, IE, IT, LT, LU, LV, MT, NL, PL, PT, RO, SE, SI, SK. Call list_carriers first if unsure which origins/destinations are covered. |