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 Accompanying Lithium Battery Document
  • JSON Request Format
  • JSON Response Format
  • View of Lithium Battery Document (pdf)
  1. E-CUSTOMS SERVICES
  2. Export Docs Generator

Lithium Battery

Infos to get Accompanying Lithium Battery Document

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

This endpoint allows you to get the Accompanying Lithium Battery Document .

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
}

JSON Request Format

{
    "date": string,
    "receiver_firstname": string,
    "receiver_name": string,
    "receiver_adress": string,
    "receiver_city": string,
    "receiver_country": string,
    "receiver_zipcode": string,
    "seller_firstname": string,
    "seller_name": string,
    "seller_adress": string,
    "seller_city": string,
    "seller_country": string,
    "seller_zipcode": string,
    "alb_id": string,
    "company_phone": string,
    "installed": boolean,
    "ion_965_IB": boolean,
    "ion_965_II": boolean,
    "ion_966_II": boolean,
    "ion_967_II": boolean,
    "metal_968_IB": boolean,
    "metal_968_II": boolean,
    "metal_969_II": boolean,
    "metal_970_II": boolean,
    "signature": string // URL of a picture (png, jpg, svg)
}

JSON Response Format

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

View of Lithium Battery Document (pdf)

PreviousPostal customs declarationsNextTaxes refund or discount

Last updated 2 years ago