| Name | Type | Description | Notes |
|---|---|---|---|
| commodities | [CommodityData] | The parcel content items | |
| 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> ``` { "aes": "5218487281", "eel_pfc": "5218487281", "license_number": "5218487281", "certificate_number": "5218487281", "nip_number": "5218487281", "eori_number": "5218487281", "vat_registration_number": "5218487281", } ``` Please check the docs for carrier specific options. </details> | [optional] |
| 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] |