This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from ShipStation's API (https://www.shipstation.com/developer-api/)
- Extracts the following resources:
- Outputs the schema for each resource
- Incrementally pulls data based on the input state
Create a config JSON file with the following format. The default_start_datetime
should be in Pacific Time (required by the ShipStation API, see here).
{
"api_key": "Your ShipStation API Key",
"api_secret": "Your ShipStation API Secret",
"default_start_datetime": "2018-11-01 00:00:00"
}
You can obtain your ShipStation API key by following the instructions here.
Copyright © 2018 Milk Bar