Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.56 KB

RateRequest.md

File metadata and controls

15 lines (12 loc) · 1.56 KB

# RateRequest

Properties

Name Type Description Notes
shipper \Karrio\Model\AddressData
recipient \Karrio\Model\AddressData
parcels \Karrio\Model\ParcelData[] The shipment's parcels
services string[] The requested carrier service for the shipment.<br/> Please consult the reference for specific carriers services. Note that this is a list because on a Multi-carrier rate request you could specify a service per carrier. [optional]
options object <details> <summary>The options available for the shipment.</summary> ``` { &quot;currency&quot;: &quot;USD&quot;, &quot;insurance&quot;: 100.00, &quot;cash_on_delivery&quot;: 30.00, &quot;shipment_date&quot;: &quot;2020-01-01&quot;, &quot;dangerous_good&quot;: true, &quot;declared_value&quot;: 150.00, &quot;email_notification&quot;: true, &quot;email_notification_to&quot;: &quot;shipper@mail.com&quot;, &quot;signature_confirmation&quot;: true, } ``` Please check the docs for carrier specific options. </details> [optional]
reference string The shipment reference [optional]
carrier_ids string[] The list of configured carriers you wish to get rates from. [optional]

[Back to Model list] [Back to API list] [Back to README]