Postal customs declarations

CN22

Infos to get CN22 document

POST https://api.transiteo.io/v1/pdf/generate/cn22/en

This endpoint allows you to get the CN22 document using by the posts.

Headers

Name
Type
Description

Content-Type*

string

application/json

Authorization*

string

id token

{
    "id": string,
    "signed_url": url,
    "lang": string,
    "expireTime": timestamp,
    "date": timestamp
}

JSON Request Format

{
    "product_weight_kg_1": number,
    "product_weight_kg_2": number,
    "product_weight_kg_3": number,
    "product_weight_kg_4": number,
    "product_price_total_1": number,
    "product_price_total_2": number,
    "product_price_total_3": number,
    "product_price_total_4": number,
    "product_hscode_1": string,
    "product_from_country_1": string,
    "product_value_1": string,
    "product_value_2": string,
    "product_value_3": string,
    "product_value_4": string,
    "date": string,
    "signature": string
}

JSON Response Format

View of CN22 in english (pdf)

CN23

Infos to get CN23 document

POST https://api.transiteo.io/v1/pdf/generate/cn23/en

The endpoint allows you to get the CN23 document using by the posts.

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

id token

JSON Request Format

JSON Response Format

View of CN23 in english (pdf)

Last updated