1.0.6 • Published 4 years ago

chronopost v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago