francis-clairicia / GLS_WinEXP_check

A program to check customers on PrestaShop for GLS' WinEXPé software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLS WinEXP check

A program to check customers' addresses on PrestaShop for GLS' WinEXPé software.

With the Prestashop app webservice and an API Key for authentication, you can make a CSV file of your customers according to the last orders and import it to the GLS WinEXPé software.

Usage

  • Into GLS, export your customers addresses into a CSV file anywhere in your computer.
  • Launch GLS WinEXP check
  • Select that CSV File
  • Click on "Mettre à jour" to update the addresses automatically with your Prestashop web app according to the last orders performed.

By default, the CSV file updated will be in the {GLS Installation folder}/DAT/CsIMP/ folder and named "Clients_Prestashop.csv".

GLS Import Models

In order to use the CSV File created for importing to GLS software, you need the provided model "Prestashop.ini".

This file must be in {GLS Installation folder}/DAT/ConsDscr/ folder.

Configuration

In the "Général" table, you must give the API URL of your Prestashop app, the API Authentication Key, and the GLS installation folder.

This software will only use GET HTTP request method. The API Key must have access to the resources below:

  • addresses
  • customers
  • orders
  • countries
  • order_states

See more on the Prestashop Webservice API.

About

A program to check customers on PrestaShop for GLS' WinEXPé software

License:MIT License


Languages

Language:Python 100.0%