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

Latest commit

 

History

History
24 lines (19 loc) · 2.07 KB

Customs.md

File metadata and controls

24 lines (19 loc) · 2.07 KB

Customs

Properties

Name Type Description Notes
id str A unique identifier [optional]
commodities [Commodity] The parcel content items [optional]
duty Duty [optional]
content_type str, none_type [optional]
content_description str, none_type [optional]
incoterm str, none_type The customs 'term of trade' also known as 'incoterm' [optional]
invoice str, none_type The invoice reference number [optional]
invoice_date str, none_type The invoice date [optional]
commercial_invoice bool, none_type Indicates if the shipment is commercial [optional]
certify bool, none_type Indicate that signer certified confirmed all [optional]
signer str, none_type [optional]
options {str: (bool, date, datetime, dict, float, int, list, str, none_type)} <details> <summary>Customs identification options.</summary> ``` { &quot;aes&quot;: &quot;5218487281&quot;, &quot;eel_pfc&quot;: &quot;5218487281&quot;, &quot;license_number&quot;: &quot;5218487281&quot;, &quot;certificate_number&quot;: &quot;5218487281&quot;, &quot;nip_number&quot;: &quot;5218487281&quot;, &quot;eori_number&quot;: &quot;5218487281&quot;, &quot;vat_registration_number&quot;: &quot;5218487281&quot;, } ``` Please check the docs for carrier specific options. </details> [optional]
object_type str Specifies the object type [optional] if omitted the server will use the default value of "customs_info"
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]