This guide outlines what is required to facilitate customs declarations that are not handled in the paperless trade flow with integrators.
- The order and movement demand need to be sent via API. There are additional constraints to data passed there:
-
The order needs to have an additional address field
declarant
with the data of a declarant that will be sent for the customs declaration. Fields accepted are as always for all the addresses, so:"declarant": { "name": "string", "company": "string", "phone": "string", "email": "string", "street1": "string", "street2": "string", "city": "string", "state": "string", "postal_code": "string", "country": "string", "vat_number": "string", "eori_numbers": [ "string" ], "type": "business" }
-
Additional fields are required for these addresses (except those mentioned in API documentation, which are:
street1
,city
,postal_code
andcountry
)declarant
name
eori_numbers
(GB, DE, PL) orvat_number
(US)
seller
name
phone
eori_numbers
(GB, DE, PL) orvat_number
(US)state
(DE)
sender
name
phone
state
(DE)
-
At last, movement demand request needs to have a
requires_export_declaration
flag set toTrue
-
- With the shipments flow on the software, two different use cases are supported
- First flow supports sending export declarations after purchasing a shipment:
- In this scenario, there’s nothing much to be done, the shipment needs to be simply purchased. After that declaration will be sent
- A tracking code will be sent with the rest of the data in order to allow easy identification of a package based on the export declaration
- If the declaration ends up being successful, the required documents will be added to the final page of a purchased shipment
- In case of errors, it's advised to contact support@the7bridges.com.
- Second flow supports sending export declarations before purchasing a shipment:
- In this scenario, proceed as usual with the booking flow until the customs page. The shipment reference with an index number is used to identify packages for customs.
- Just after the customs page is confirmed, the export declaration will be sent and the flow will be paused. Declarations will have to be confirmed before the shipment can proceed.
- Keep on checking the
Attention
tab to monitor the status of this shipment - After the declaration comes back successful, the shipment can be purchased, the relevant identification ID (e.g. MRN) and required documents will be immediately visible before purchase
- Again, in case of errors, it's advised to contact support@the7bridges.com.
- First flow supports sending export declarations after purchasing a shipment: