Calculate Shipping
calculate_shippingEstimate shipping costs for a product by entering its product ID, destination zone, and quantity. The tool uses weight and zone to calculate the total shipping expense.
Instructions
Estimate shipping cost for a product based on weight and destination zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | The shipping destination zone | |
| quantity | No | Number of units (affects total weight) | |
| product_id | Yes | The product ID to estimate shipping for (e.g. 'P003') |