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

Latest commit

 

History

History
20 lines (17 loc) · 2.05 KB

ShipmentData.md

File metadata and controls

20 lines (17 loc) · 2.05 KB

# ShipmentData

Properties

Name Type Description Notes
shipper \Karrio\Model\AddressData
recipient \Karrio\Model\AddressData
parcels \Karrio\Model\ParcelData[] The shipment's parcels
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]
payment \Karrio\Model\Payment [optional]
customs \Karrio\Model\CustomsData [optional]
reference string The shipment reference [optional]
label_type string The shipment label file type. [optional] [default to 'PDF']
service string Specify a service to Buy a label in one call without rating. [optional]
services string[] The requested carrier service for the shipment. Please consult the reference for specific carriers services.<br/> Note that this is a list because on a Multi-carrier rate request you could specify a service per carrier. [optional]
carrier_ids string[] The list of configured carriers you wish to get rates from. Note that the request will be sent to all carriers in nothing is specified [optional]
metadata object User metadata for the shipment [optional]

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