Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 934 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 934 Bytes

tap-shippo

A Singer tap for extracting data from the Shippo API.

Limitations

Because the Shippo API does not allow for filtering records by date or ID, all runs of the Shippo tap will pull all data.

Supported Endpoints

The following objects are pulled from the Shippo API:

  • Addresses
  • Parcels
  • Refunds
  • Shipments
  • Transactions

This implementation does not retrieve customs items, customs declarations, manifests, or carrier accounts.

Install

Clone this repository, and then:

› python setup.py install

Run

Run the application

tap-shippo -c config.json -s state.json

Where config.json contains the following, retrieved from the API section of your Shippo account settings page:

{
  "token": "longalphanumericstring"
}

and state.json is a file containing only the value of the last state message.


Copyright © 2017 Stitch