Get Available Shipping Rates
Snapshot Catalog Entry
This page is generated from broker tools/list snapshot data.
Get available shipping rates for an order based on destination and order details
Request Body
{
"jsonrpc": "2.0",
"id": "ghl-ghl-get-available-shipping-rates-example",
"method": "tools/call",
"params": {
"name": "ghl.ghl_get_available_shipping_rates",
"arguments": {
"country": "country_example",
"address": {},
"totalOrderAmount": 1,
"totalOrderWeight": 1,
"products": [],
"tenantId": "tenantId_123",
"strictTenant": false,
"locationId": "locationId_123"
}
}
}