get_shipping_rates
Fetch shipping rates from Goship carriers for a delivery route by providing the destination address and optional details like weight, COD, and carrier preference.
Instructions
Fetch Goship carrier rates for a delivery route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Destination address (required, Goship maps it to location) | |
| warehouse_id | No | Origin warehouse ID | |
| cod | No | COD fee amount | |
| amount | No | Total order amount | |
| weight | No | Package weight | |
| payer | No | Who pays shipping (0=receiver, 1=sender) | |
| user_id | No | User ID | |
| shipping_carrier | No | Specific carrier (from get_sys_helpers) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||