Git Product home page Git Product logo

julian-theis / zohoinventory-upsworldship-integration Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 31 KB

Collection of scripts that insert tracking numbers from UPS WorldShip exported CSV into Zoho Inventory and mark shipments as delivered.

License: GNU General Public License v3.0

Python 100.00%
zoho-api zoho-inventory zoho-inventory-api ups-api package-tracking package-tracker shipment-tracking

zohoinventory-upsworldship-integration's Introduction

ZohoInventory-UPSWorldShip-Integration

Collection of scripts that 1) insert tracking numbers from UPS WorldShip exported CSV into Zoho Inventory and 2) mark shipments as delivered. These scripts leverage the Zoho Inventory v1 API and the UPS API.

Run these scripts on your own risk - no warranty!

Requirements

These scripts require the installation and setup of the packagetracker package which can be found here: https://github.com/alertedsnake/packagetracker

Usage

Insert Tracking Numbers from WorldShip CSV File

After creating your labels and tracking numbers using WorldShip, export a CSV file that has the following columns:

  1. Voided (Y or N)
  2. Tracking Number
  3. Address
  4. Organization
  5. Shipment Number

An example file can be found here.

Then run the script with the following parameters:

python app_UpsInsertTrackingNumbers.py -i <WorldShip CSV File location> -a <authtoken> -o <organization id> -log <destination of log file>

Check Shipment Tracking and Mark Shipment as Delivered

Run the following command to automatically load all shipments in shipping status, track their status, and mark them as delivered if the packages arrived at their destination. Then run the script with the following parameters:

python app_UpsUpdateTracking.py -a <authtoken> -o <organization id> -log <destination of log file>

HitCount

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.