Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/shopify-to-avatax
Convert Shopify Order Exports into AvaTax Transansaction Imports
https://github.com/prikhi/shopify-to-avatax
avalara avalara-avatax export haskell import order script shopify transaction
Last synced: about 1 month ago
JSON representation
Convert Shopify Order Exports into AvaTax Transansaction Imports
- Host: GitHub
- URL: https://github.com/prikhi/shopify-to-avatax
- Owner: prikhi
- License: gpl-3.0
- Created: 2020-02-07T21:51:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T05:09:38.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:22:14.936Z (2 months ago)
- Topics: avalara, avalara-avatax, export, haskell, import, order, script, shopify, transaction
- Language: Haskell
- Size: 40 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopify → Avalara AvaTax Converter
[![Build Status](https://travis-ci.org/prikhi/shopify-to-avatax.svg?branch=master)](https://travis-ci.org/prikhi/shopify-to-avatax)
A haskell program that converts a Shopify Order Export CSV into an XLSX for
AvaTax Transaction Imports.1. From your Shopify admin, go to the Orders page.
1. Filter this however you'd like(e.g., only last month), then click the Export
button.
1. Wait for the order export email to arrive & download it.
1. Copy the order export to this directory, renaming it to `orders_export_1.csv`.
1. Run the script using `stack run`.
1. Open the generated `avatax-wholesale-transactions.csv` in Excel/LibreOffice.
1. Review the generated fields & perform any necessary cleanup.
1. Copy each generated column into the appropriate column of AvaTax's
`Transaction Import` template spreadsheet.
1. Import the template spreadsheet from `Transactions > Import Transactions` on
the Avalara website.There's some hardcoded stuff here that you might want to switch out if you use
it yourself:* Input/output file names from `app/Main.hs`
* Shipping item code/name.
* Origin region & postal code.
* Prefixes for the customer ID & order ID.Pull requests to abstract those out are welcome.
## LICENSE
GPL-3.0+