Public API Doc
  • Introduction
  • Authentification
  • E-CUSTOMS SERVICES
    • Product Infos Generator (A.I)
      • Harmonized System Code
      • United Nations Code
      • Dimensions & Weight
      • Carbon footprint
      • Eco Codes and Taxes
      • World Product Pricing
    • HSCode services
      • Link (HSCode > HSCode)
      • Nomenclature
      • RTC / BTI
      • Check
      • A.I Customs Code Control
    • Documents import services
      • Landed Cost
      • Taxes Invoice
      • Export invoice
      • H7 Declaration (Akanea)
    • Duty & Taxes Calculator
      • Landed Cost Calculator
        • For E-Commerce
        • For Marketplace
        • For Shipping Comparator
        • For International Carrier
        • Using Product's HS Code
        • Using Product's SKU
        • Using Product's description
        • Using Product's barcode
      • Reverse Landed Cost Calculator
      • Locals taxes Calculator
        • Using Product's HSCode
        • Using Product's SKU
        • Using Product's description
        • Using Product's barcode
    • Rates Data Generator
      • Duties
      • Locals Taxes (VAT, GST, ...)
      • Specials Taxes (OM, OMR, ...)
      • SalesTaxes (USA)
    • Export Docs Generator
      • Exports invoice
      • Rectified Export invoice
      • Credit Note
      • Tax invoice
      • Exports Marketplace invoice
      • Postal customs declarations
      • Lithium Battery
      • Taxes refund or discount
      • Certificat of origin
      • EORI Subscription
    • Shipping Infos Generator
      • World Shipping Pricing
      • Carbon Footprint
  • E-COMMERCE MANAGEMENT
    • Customers (CRM)
    • Products (PIM)
    • Orders (OMS)
    • Tax Account
  • FREE API CONSUMPTION
    • Duty & Taxes Free Calculation
  • Questions & Answers
  • Go to the Web App
  • Go to the Website
Powered by GitBook
On this page
  • Infos to get the product's certificat of origin
  • JSON Response Format
  • View of Certificat of origin
  1. E-CUSTOMS SERVICES
  2. Export Docs Generator

Certificat of origin

Infos to get the product's certificat of origin

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

Headers

Name
Type
Description

Content_type*

String

application/json

Authorization*

String

"your id_token"

{
    "id": string,
    "signed_url": url,
    "lang": string,
    "expireTime": timestamp,
    "date": timestamp
}
{
    "authority_signature_city": string,
    "authority_signature_date": string,
    "certification": string,
    "coo_id": string,
    "date": string,
    "invoice_id": string,
    "mean_of_transports": string,
    "officiel_use": string,
    "origin_country": string,
    "product_brand": string,
    "product_id": string,
    "product_origin": string,
    "product_package_id": string,
    "product_quantity": number,
    "product_title": string,
    "receiver_address": string,
    "receiver_city": string,
    "receiver_country": string,
    "receiver_name": string,
    "receiver_zipcode": string,
    "route": string,
    "seller_address": string,
    "seller_city": string,
    "seller_country": string,
    "seller_name": string,
    "seller_zipcode": string,
    "to_country": string,
    "signature": string, // URL of a picture (png, jpg, svg)
    "signature_authority": string // URL of a picture (png, jpg, svg)
}

JSON Response Format

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

View of Certificat of origin

PreviousTaxes refund or discountNextEORI Subscription

Last updated 2 years ago