Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.81 KB

File metadata and controls

21 lines (18 loc) · 2.81 KB

# ParcelCustomsInformation

Properties

Name Type Description Notes
invoiceNumber string Customs invoice number.
exportReason string Indicates the purpose or reason behind exporting the items. This classification helps customs authorities determine the applicable regulations, taxes, and duties. For Returns, this field must always be set to `returned_goods`.
exportType string Export type documentation serves to categorize international shipments into three primary classifications: Private exports, intended for personal use; Commercial B2C exports, directed towards individual consumers; and Commercial B2B exports, involving business-to-business transactions. These distinctions facilitate adherence to regulatory requirements and ensure the orderly movement of goods across international boundaries. [optional] [default to 'commercial_b2c']
invoiceDate \DateTime The date when the commercial invoice for the goods was issued (ISO 8601). If not provided, the announcement date will be used by default. [optional]
discountGranted \Toppy\Sendcloud\V3\Model\OptionalPrice [optional]
freightCosts \Toppy\Sendcloud\V3\Model\OptionalPrice [optional]
insuranceCosts \Toppy\Sendcloud\V3\Model\OptionalPrice [optional]
otherCosts \Toppy\Sendcloud\V3\Model\OptionalPrice [optional]
generalNotes string Exporter or shipper can include any additional information or special instructions related to the goods being shipped. This section is used to provide details that may not be covered in other parts of the invoice but are relevant for customs clearance. [optional]
additionalDeclarationStatements string[] List of additional declaration statements. Each statement may contain specific details about the nature of the goods being shipped, their origin, or any additional information required by customs authorities. The content of an additional declaration statement can vary based on the requirements of the importing and exporting countries, as well as the nature of the goods being transported. [optional]
importerOfRecord \Toppy\Sendcloud\V3\Model\ParcelCustomsInformationImporterOfRecord [optional]
taxNumbers \Toppy\Sendcloud\V3\Model\ParcelCustomsInformationTaxNumbers [optional]
returnData \Toppy\Sendcloud\V3\Model\ParcelCustomsInformationReturnData [optional]

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