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
  • Get the cheaper price of your shipping in 198 countries.
  • JSON Request Format
  • Request fields
  • JSON Response Format
  • Response fields & values
  1. E-CUSTOMS SERVICES
  2. Shipping Infos Generator

World Shipping Pricing

Get the cheaper price of your shipping in 198 countries.

POST https://api.transiteo.io/v1/aishippingpricing

JSON Request Format

{
    “quote”: {
        “shipper”: {
          “country”: string,
          “postal_code”: string,
          “city”: string
        },
        “recipient”: {
          “is_a_company”: boolean,
          “country”: string,
          “postal_code”: string,
          “city”: string
        },
        “parcels”: [
          {
            “weight”: number,
            “length”: number,
            “width”: number,
            “height”: number
          }
        ]
    }
}

Request fields

"quote" / "shipper" / "country"

Fill this value with the shipper country Examples : FR Type : string Required : yes

"quote" / "shipper" / "postal_code"

Fill this value with the shipper postal code Examples : 67000 Type : string Required : yes

"quote" / "shipper" / "city"

Fill this value with the shipper city Examples : Strasbourg Type : string Required : yes

"quote" / "recipient" / "is_a_company"

Fill this value with true if the recipient is a company/pro. Examples : true or false Type : boolean Required : yes

"quote" / "recipient" / "country"

Fill this value with the recipient country Examples : FR Type : string Required : yes

"quote" / "recipient" / "postal_code"

Fill this value with the recipient postal code Examples : 67000 Type : string Required : yes

"quote" / "recipient" / "city"

Fill this value with the recipient city Examples : Strasbourg Type : string Required : yes

"quote" / "parcels" / "weight"

Fill this value with the parcel weight (in kg) Examples : 4.7 Type : number Required : yes

"quote" / "parcels" / "length"

Fill this value with the parcel length Examples : 20 Type : number Required : yes

"quote" / "parcels" / "width"

Fill this value with the parcel width Examples : 30 Type : number Required : yes

"quote" / "parcels" / "height"

Fill this value with the parcel height Examples : 15 Type : number Required : yes

JSON Response Format

{
    “amount”: number,
    “currency”: string,
    “carrier_code”: string,
    “code”: string,
    “name”: string,
    “delay”: string,
    “timestamp”: number
}

Response fields & values

"amount"

This value is the shipping price amount of your parcel (with locals taxes) Example : 39.65 Type : number

"currency"

This value is the shipping price currency of your parcel Example : EUR Type : string

"carrier_code"

This value is the carrier code of your shipment Example : dhl Type : string

"code"

This value is the code of your shipment Example : HU83 Type : string

"name"

This value is the carrier name of your shipment Example : DHL Type : string

"delay"

This value is the delay of your shipment Example : 24-48 Type : string

"timestamp"

We provide the result timestamp. Example : "1638440602271" Type : string

PreviousShipping Infos GeneratorNextCarbon Footprint

Last updated 3 years ago