chronopost
v1.0.6
Published
A NodeJS module for calling Chronopost SOAP Web Service
Keywords
Readme
Chronopost
This is a work in prodgress module.
Features
Overview
- [x] 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
