Get freight rates
deftship_get_freight_ratesQuote LTL/FTL freight rates from multiple carriers. Returns rate details including price, carrier, and service to compare and select a shipment option.
Instructions
Quote LTL/FTL freight rates from all allowed carriers. Returns rates each with an id (rate_id) to ship, carrier, service, final_price, load_type (ltl/ftl), is_guaranteed, and has_enough_credits. Does not spend money.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Freight line items. | |
| to_address | Yes | Receiver address (with accessorial flags). | |
| pickup_date | Yes | Proposed pickup date, format Y-m-d. | |
| from_address | Yes | Sender address (with accessorial flags). | |
| to_closing_time | Yes | Delivery address closing time, format H:i. | |
| to_instructions | No | Special instructions for delivery. | |
| to_opening_time | Yes | Delivery address opening time, format H:i. | |
| from_closing_time | Yes | Pickup address closing time, format H:i. | |
| from_instructions | No | Special instructions for pickup. | |
| from_opening_time | Yes | Pickup address opening time, format H:i. |