Get Shipping Cost
get_shipping_breakdownReturn the exact shipping cost for a specific shop, country, and cart value, including all shipping tiers and how much more is needed to reach the next free-shipping threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop | Yes | Shop name or ID (e.g. 'rosebikes', 'boc24', 'bike24', 'fahrradteile', 'Rose Bikes') | |
| country | Yes | Country (DE or AT) | |
| cart_value | Yes | Total cart value in EUR (e.g. 49.99) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop | Yes | ||
| country | Yes | ||
| currency | Yes | ||
| cart_value | Yes | ||
| shipping_cost | Yes | ||
| free_shipping_threshold | No |