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

Latest commit

 

History

History
21 lines (16 loc) · 1.82 KB

ShippingRequest.md

File metadata and controls

21 lines (16 loc) · 1.82 KB

ShippingRequest

Properties

Name Type Description Notes
shipper AddressData
recipient AddressData
parcels [ParcelData] The shipment's parcels
selected_rate_id str The shipment selected rate.
rates [Rate] The list for shipment rates fetched previously
options {str: (bool, date, datetime, dict, float, int, list, str, none_type)} <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 Payment [optional]
customs CustomsData [optional]
reference str, none_type The shipment reference [optional]
label_type str The shipment label file type. [optional] if omitted the server will use the default value of "PDF"
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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