chronopost

A NodeJS module for calling Chronopost SOAP Web Service

Usage no npm install needed!

<script type="module">
  import chronopost from 'https://cdn.skypack.dev/chronopost';
</script>

README

Chronopost

This is a work in prodgress module.

Features

Overview

  • fetch all parcelshops in a city with postalCode and date
  • order a parcel label

parcelshops

It's possible to query chronopost's available parcelShops by using Chronopost class like following:

import * as Chronopost from "chronopost";

await Chronopost.ParcelShop.ParcelShopByPostalCodeAndDate(
  productCode, // string productCode
  PostalCode, //string
  "27/12/2020" // string date format dd/mm/yyyy
);

https://ws.chronopost.fr/recherchebt-ws-cxf/PointRelaisServiceWS?wsdl

https://ws.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl