Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 4.94 KB

CustomsDeclaration.md

File metadata and controls

39 lines (36 loc) · 4.94 KB

# CustomsDeclaration

Properties

Name Type Description Notes
aes_itn string required if eel_pfc is `AES_ITN`<br> AES / ITN reference of the shipment. [optional]
b13a_filing_option string B13A Option details are obtained by filing a B13A Canada Export Declaration via the Canadian Export Reporting System (CERS). <a href=&quot;https://www.cbsa-asfc.gc.ca/services/export/guide-eng.html\" target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;> More information on reporting commercial exports from Canada. </a> Allowed values available <a href=&quot;#tag/Customs-Declaration-B13A-Filing-Option&quot;>here</a> [optional]
b13a_number string must be provided if and only if b13a_filing_option is provided<br> Represents:<br> the Proof of Report (POR) Number when b13a_filing_option is `FILED_ELECTRONICALLY`;<br> the Summary ID Number when b13a_filing_option is `SUMMARY_REPORTING`;<br> or the Exemption Number when b13a_filing_option is `NOT_REQUIRED`. [optional]
certificate string Certificate reference of the shipment. [optional]
certify bool Expresses that the certify_signer has provided all information of this customs declaration truthfully.
certify_signer string Name of the person who created the customs declaration and is responsible for the validity of all information provided.
commercial_invoice bool [optional]
contents_explanation string required if contents_type is `OTHER`<br> Explanation of the type of goods of the shipment. [optional]
disclaimer string Disclaimer for the shipment and customs information that have been provided. [optional]
duties_payor \OpenAPI\Client\Model\CustomsDeclarationBaseDutiesPayor [optional]
exporter_identification \OpenAPI\Client\Model\CustomsExporterIdentification [optional]
exporter_reference string Exporter reference of an export shipment. [optional]
importer_reference string Importer reference of an import shipment. [optional]
is_vat_collected bool Indicates whether the shipment's destination VAT has been collected. May be required for some destinations. [optional]
invoice string Invoice reference of the shipment. [optional]
license string License reference of the shipment. [optional]
metadata string A string of up to 100 characters that can be filled with any additional information you want to attach to the object. [optional]
notes string Additional notes to be included in the customs declaration. [optional]
address_importer string Object ID of the Importer address. [optional]
contents_type string Type of goods of the shipment. Allowed values available <a href=&quot;#tag/Customs-Declaration-Contents-Type&quot;>here</a> [optional]
eel_pfc string EEL / PFC type of the shipment. For most shipments from the US to CA, `NOEEI_30_36` is applicable; for most other shipments from the US, `NOEEI_30_37_a` is applicable. Allowed values available <a href=&quot;#tag/Customs-Declaration-EELPFC&quot;>here</a> [optional]
incoterm string The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only. eDAP is available for DPD UK only. DAP is available for DHL Express and DPD UK. If expecting DAP for other carriers, please use DDU. Allowed values available <a href=&quot;#tag/Customs-Declaration-Incoterm&quot;>here</a> [optional]
invoiced_charges \OpenAPI\Client\Model\CustomsInvoicedCharges [optional]
items string[] Distinct Parcel content items as Customs Items object_ids.
non_delivery_option string Indicates how the carrier should proceed in case the shipment can't be delivered. Allowed values available <a href=&quot;#tag/Customs-Declaration-Non-Delivery-Option&quot;>here</a> [optional]
object_created \DateTime Date and time of object creation. [optional]
object_id string Unique identifier of the given object. [optional]
object_owner string Username of the user who created the object. [optional]
object_state \OpenAPI\Client\Model\ObjectStateEnum [optional]
object_updated \DateTime Date and time of last object update. [optional]
test bool Indicates whether the object has been created in test mode. [optional]

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